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/nodes \ --header 'Authorization: <authorization>'
{ "data": [ {} ] }
列出 Pathway 中所有的節點
GET https://api.pathors.com/v1/projects/{projectId}/pathway/nodes
id
position
data
start
prompt
end
goto
curl https://api.pathors.com/v1/projects/{projectId}/pathway/nodes \ -H "Authorization: Bearer dk_your_key"