Retrieve an Organization's Release
Return details on an individual release.
Path parameters
The ID or slug of the organization the resource belongs to.
The version identifier of the release
Query parameters
Deprecated. Use project instead.
The project ID or slug to filter by. Overrides project_id when both are sent.
Whether or not to include health data with the release. By default, this is false.
Whether or not to include adoption stages with the release. By default, this is false.
The period of time used to query summary stats for the release. By default, this is 14d.
The period of time used to query health stats for the release. By default, this is 24h if health is enabled.
The field used to sort results by. By default, this is date.
Release statuses that you can filter by.
Filters results by using query syntax.
Example: query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)