Skip to main content
GET
cURL

Path Parameters

release_id
string
required

The unique identifier of the release.

Example:

"rls_123"

Response

200 - application/json

Successfully retrieved the release.

object
enum<string>
required

The object type, which is always release.

Available options:
release
Example:

"release"

id
string
required

ID of the release.

Example:

"rls_123"

version
string
required

The version of the release.

Example:

"v1.0.0"

git_commit_id
string | null
required

The ID of the git commit associated with this release.

Example:

"git_commit_123"

created_at
string<date-time>
required

Timestamp of when the release was created.

Example:

"2024-01-01T00:00:00Z"

Last modified on April 30, 2026