Get
Retrieve a release by ID.
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
"2026-05-06.rainier"
Path Parameters
The unique identifier of the release.
"rls_123"
Query Parameters
Fields to expand on the release resource.
config_schemas Response
Successfully retrieved the release.
The object type, which is always release.
release "release"
ID of the release.
"rls_123"
The version of the release.
"v1.0.0"
The ID of the git commit associated with this release.
"git_commit_123"
Timestamp of when the release was created.
"2024-01-01T00:00:00Z"
Timestamp of when the release was last updated.
"2024-01-01T00:00:00Z"
Expand the config schemas using 'expand=config_schemas' in the query string.

