cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/edges/{edge_id} \ --header 'Authorization: Bearer <token>'
{ "edge": { "team_id": "<string>", "created_by": "<string>", "updated_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "_id": "5eb7cf5a86d9755df3a6c593", "edge_config": { "logical_id": "<string>", "name": "<string>", "description": "<string>", "source_node_logical_id": "<string>", "destination_node_logical_id": "<string>", "workflow_id": "<string>", "disabled": false, "type": "direct" } } }
Endpoint to retrieve a edge configuration by its ID.
Retrieve your API Key from Dashboard API Keys Section.
24
"5eb7cf5a86d9755df3a6c593"
Successful Response
Response model for a single edge. Contains an EdgesModel object.
Single edge object
Show child attributes