cURL
curl --request GET \ --url https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId} \ --header 'Authorization: <authorization>'
Get a single node by ID
GET https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId}
404
curl https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId} \ -H "Authorization: Bearer dk_your_key"
{ "data": { "id": "node-booking", "position": { "x": 200, "y": 300 }, "data": { "type": "prompt", "title": "Booking", "prompt": "Help the user complete their booking.", "tools": ["tool-uuid-1"] } } }