Skip to main content
GET
/
workflows
/
v1
/
edges
/
schema
/
{edge_type}
Get Edge Schema
curl --request GET \
  --url https://api-qa.interactly.ai/workflows/v1/edges/schema/{edge_type} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

edge_type
enum<string>
required
Available options:
direct,
conditional,
companion

Response

Successful Response