Releases
List releases
List reverse-chronological deployment attempts for a project.
GET
/api/v1/projects/{projectID}/releasesAuthentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
cursorstringoptionalQueryThe opaque next_cursor from the previous response.
limitintegeroptionalQueryNumber of releases to return, from 1 to 100. Defaults to 20.
Responses
200A cursor-paginated release page.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.