Skip to main content
GET
Get a workflow by id

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Headers

Tenant-Id
string
required

ID of the tenant (current tenant context).

Path Parameters

workflowId
string
required

Workflow identifier.

Response

OK

id
string
sk
string
type
string
created_at
string<date-time>
updated_at
string<date-time>
status
enum<string>
Available options:
PENDING,
RUNNING,
COMPLETED,
FAILED,
ROLLBACK,
MANUAL_DELETION_REQUIRED
state_records
object[]
actor
string
prev_stack
string
new_stack
string
project_id
string
project_name
string
environment_id
string
environment_name
string
resources_ids
string[]
duration
number<double>