List pathway versions
GET/v1/pathways/:id/versions
Every version of a pathway, newest first, each with its flow_json, stored validation state, and versioned post-call config. Authoring payload — passed through from the internal service as-is; it evolves with the product and is not a frozen contract.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:read scope.
No pathway with this id for your organization.
Rate limit exceeded.