Releases

List releases

List reverse-chronological deployment attempts for a project.

GET/api/v1/projects/{projectID}/releases

Authentication: REST bearer token required.

Parameters

projectIDUUIDrequired

PathThe project UUID.

cursorstringoptional

QueryThe opaque next_cursor from the previous response.

limitintegeroptional

QueryNumber of releases to return, from 1 to 100. Defaults to 20.

Responses

200

A cursor-paginated release page.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.