Releases
Get
Retrieve a release by ID.
get/releases/{release_id}
Path parameters
release_idstring required
Example:rls_123
The unique identifier of the release.
Query parameters
expandReleaseExpansion[]
Fields to expand on the release resource.
[ "config_schemas" ]
Response
Successfully retrieved the release.
Example response
{
"object": "release",
"id": "rls_123",
"version": "v1.0.0",
"git_commit_id": "git_commit_123",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}