Retrieve a release by ID.
| Scope | Required |
|---|---|
releases:read | Yes |
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
The unique identifier of the release.
"rls_123"
The fields to expand in the releases.
config_schemas Successfully retrieved the release.
release "release"
ID of the release.
"rls_123"
The version of the release.
"v1.0.0"
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.
[]