v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Releases

Retrieve Statuses of Release Thresholds (Alpha)

[WARNING]: This API is an experimental Alpha feature and is subject to change!

List all derived statuses of releases that fall within the provided start/end datetimes.

Constructs a response key'd off {release_version}-{project_slug} that lists thresholds with their status for specified projects. Each returned enriched threshold will contain the full serialized release_threshold instance as well as it's derived health statuses.

get/api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

Query parameters

startstring date-time required

The start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with end.

endstring date-time required

The inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with start.

environmentstring[]

A list of environment names to filter your results by.

projectSlugstring[]

A list of project slugs to filter your results by.

releasestring[]

A list of release versions to filter your results by.

A list of project IDs or slugs to filter your results by.

Response

object required