Get a single initiative-scoped cycle (PT-774)
GET/api/initiatives/:id/cycles/:cycleId
Get a single initiative-scoped cycle (PT-774). 404 if the cycle is not in this initiative. Access requires envelope access plus FULL-scope initiatives.read (PT-828) — an initiatives.read.own grant does NOT satisfy it. tasks.read is deliberately NOT required: this route returns a cycle row, not task rows.
Request
Responses
- 200
- 401
- 403
- 404
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — the initiative is inaccessible or unknown, its id is malformed, the caller lacks the required permission, or the x-act-as-org selector named a non-member org. All collapse to 403 (no existence oracle).
Cycle not found or archived