Skip to main content
GET
/
workflows
/
v1
/
edges
/
{edge_id}
Get Edge
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

edge_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

Response model for a single edge. Contains an EdgesModel object.

edge
EdgesModel · object
required

Single edge object