Skip to main content
GET
Get Status Standard Rollouts

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required
rolloutId
string
required

Response

200 - application/json
sourceKind
enum<string>
required
Available options:
catalog,
fabrication_template
status
enum<string>
required
Available options:
queued,
running,
completed,
partial,
failed
rolloutId
string
required
requestKey
string
required
progress
object
required
sources
object[]
required
targets
object[]
required
outcomes
object[]
required
failureCode
string | null
required
createdAt
string
required
startedAt
string | null
required
completedAt
string | null
required