Get a pathway
GET/v1/pathways/:id
One pathway's metadata: name, language, active/draft version numbers, version count, and timestamps. The flow document itself is on GET /pathways/{id}/versions.
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.