cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/edges \ --header 'Authorization: Bearer <token>'
{ "edges": [ { "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" } } ], "total": 123 }
Endpoint to retrieve all edges.
Retrieve your API Key from Dashboard API Keys Section.
Show child attributes
Number of items per page
x >= 1
Page number
Search keywords
Filter by start time (ISO 8601 format)
Filter by end time (ISO 8601 format)
Successful Response
Response model for a list of edges. Contains a list of EdgesModel objects.
List of edges
Total number of edges available without pagination.