Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The ID of the organization

project_name
string
required

The name of the project

id
string
required

The id of record

release_id
string
required

Response

200 - application/json

Release details

id
string
stack_id
string
sequence
integer
state
enum<string>
Available options:
Pending,
InProgress,
Released,
Failed,
Superseded,
Cancelled
message
string
cause
object
Example:
snapshot_revision
string
manifest_revision
string
renderer_version
string
pins
object
Example:
outcome
object
Example:
created_by
string
created_at
string<date-time>
updated_at
string<date-time>
rendered_at
string<date-time>
completed_at
string<date-time>
validation_errors
object[]
read-only
live_status
object
read-only

Current runtime status overlaid onto a release at read time. Present only when the release is live (currently converged) or active (Pending/InProgress). Never stored; recomputed per request.

Example:
snapshot
object