Releases
Get
Retrieve a release by its ID.
GET
cURL
Path Parameters
The unique identifier of the release.
Example:
"rls_123"
Response
200 - application/json
Successfully retrieved the release.
The object type, which is always release.
Available options:
release Example:
"release"
ID of the release.
Example:
"rls_123"
The version of the release.
Example:
"v1.0.0"
The ID of the git commit associated with this release.
Example:
"git_commit_123"
Timestamp of when the release was created.
Example:
"2024-01-01T00:00:00Z"
Last modified on April 30, 2026
cURL

