Get Releases
Return a paginated list of minimum information about the releases in a specific catalog for an organization order by release date descending. The id of the organization is fetched from CSP token
Application id of the releases Only one of application_id, content_digest and repo_digest should be used at the same time
A string as the identifier of a registry. It can only be used in conjunction with application_id
Content digest of the artifact of the release. Only one of application_id, content_digest and repo_digest should be used at the same time
sha256:81a957b549848a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb64b
Repo digest of the artifact of the release Only one of application_id, content_digest and repo_digest should be used at the same time.
sha256:81a957b549848a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb64b
Return only the required properties of a release Mainly intended to be used in conjunction with the application_id query param
Include detailed release payload for the dependencies and dependants of the release
An integer that identifies the page number for a paged response
An integer that identifies the maximum page size for a paged response
Paginated list of releases of an application in an specific catalog
"ReleasesPage Object"
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the releases
"Error403 Object"
The requested catalog is not found
"Error404 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/catalogs/{catalog_id}/releases