GET /review-issues
Get review issues for a release
Retrieve the list of user-visible review issues for a release.
Issues are only returned when the release is in a state where the customer
is the actor: require_changes or rejected. In all other states (draft,
to_review, approved) the endpoint returns an empty array to avoid surfacing
partially-evaluated issues mid-review.
Only user-visible issues are returned. Internal-only issues are never included regardless of the caller's permissions.
Each issue carries its full conversation thread under notes — customer
notes (via POST /review-issues/{reviewReleaseIssue}/notes) and operator
replies in chronological order. notes is an empty array when none have
been submitted.
Parameters
- release_id (query)
Responses
- 200
- 404 — An error
- 403
- 401
- 422