Skip to main content
POST
Trigger Workspace Workflow

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string<uuid>
required
workflow_id
string<uuid>
required

Body

application/json
trigger_payload
Trigger Payload · object

Response

Successful Response

id
string<uuid>
required
workflow_id
string<uuid>
required
status
string
required
created_at
string<date-time>
required
triggered_by
string | null
trigger_payload
Trigger Payload · object
started_at
string<date-time> | null
completed_at
string<date-time> | null
error_message
string | null
total_cost_cents
integer
default:0
node_runs
WorkflowNodeRunResponse · object[]