Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
edges
List edges
curl --request GET \
  --url https://api.example.com/v1/projects/{projectId}/edges
{
  "data": [
    {
      "id": "<string>",
      "sourceNodeId": "<string>",
      "targetNodeId": "<string>",
      "sourceCardId": "<string>",
      "targetCardId": "<string>",
      "sourceHandle": "<string>",
      "targetHandle": "<string>",
      "edgeType": "<string>"
    }
  ]
}
projectId
string
required
Project UUID.
data
array
curl https://api.getkommit.ai/v1/projects/a1b2c3d4-e5f6-7890-abcd-ef1234567890/edges \
  -H "Authorization: Bearer km_your_api_key"