Releases
Get
Retrieve a release by ID.
GET
Python
This API version has reached end of life. See supported versions.
Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
Path Parameters
The unique identifier of the release.
Example:
"rls_123"
Query Parameters
The fields to expand in the releases.
Available options:
config_schemas Response
200 - application/json
Successfully retrieved the release.
Available options:
release Example:
"release"
ID of the release.
Example:
"rls_123"
The version of the release.
Example:
"v1.0.0"
Timestamp of when the release was created.
Example:
"2024-01-01T00:00:00Z"
Timestamp of when the release was last updated.
Example:
"2024-01-01T00:00:00Z"
Expand the config schemas using 'expand[]=config_schemas' in the query string.
Example:
Last modified on May 27, 2026
Python

