List workflow nodes an Insight can measure
GEThttps://platform.docana.com/api/v1/agents/:agentId/insights/source-nodes/
Returns the current main draft artifact id and version of the agent together with a safe summary of its workflow nodes (id, label, type, position, nesting path, adjacent labels). Use these values as source.node when saving a Conversation Insights data point with source.kind nodeReached (boolean) or nodeExecutionCount (number) through updateAgentInsights. No full spec is returned. A legacy agent without a spec draft answers null artifact fields and an empty list.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Main draft reference and safe node summaries
Invalid path or query
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Agent not found, disabled, or no access to the application
Unexpected server error.