Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pathors.com/v1/projects/{projectId}/pathway/edges \ --header 'Authorization: <authorization>'
{ "data": [ {} ] }
列出 Pathway 中所有的邊
GET https://api.pathors.com/v1/projects/{projectId}/pathway/edges
curl https://api.pathors.com/v1/projects/{projectId}/pathway/edges \ -H "Authorization: Bearer dk_your_key"
{ "data": [ { "id": "edge-1", "source": "node-1", "target": "node-2", "data": { "condition": "User wants to book" } } ] }