Retrieve a release by ID.
| Scope | Required |
|---|---|
releases:read | Yes |
The API key to use for authentication.
The API version the client was built against.
"2026-03-09.tetons"
The unique identifier of the release.
"rls_123"
Fields to expand on the release resource.
config_schemas ["config_schemas"]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.
[
{
"object": "config_schema",
"id": "cfg_sch_123",
"digest": "sha256:1234567890",
"config_type_name": "Motion Control",
"instance_filepath": "/v1/motion-control.json",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z",
"config_type_id": "cfg_typ_123",
"language": "jsonschema",
"format": "json"
},
{
"object": "config_schema",
"id": "cfg_sch_124",
"digest": "sha256:1234567890",
"config_type_name": "Localization",
"instance_filepath": "/v1/localization.json",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z",
"config_type_id": "cfg_typ_124",
"language": "jsonschema",
"format": "json"
}
]