Workflow Runs
Endpoints for managing workflow runs
List workflow runs
Retrieve a paginated list of workflow runs filtered by either a specific workflow instance or a workspace. Exactly one of 'workflowInstanceId' or 'workspace' must be provided.
Enqueue workflow run
Create and enqueue a new workflow run for execution. The workflow instance must have content in 'Ready' state and any provided config must match the workflow's defined configuration parameters.
Get workflow run details
Retrieve detailed information about a specific workflow run, including step-level status and logs. Optionally include the full workflow content.
Delete workflow run
Delete a workflow run and all associated data.
Terminate workflow run
Terminate a workflow run.
Create identity-aware proxy
Establish an access-controlled network connection to a Workflow Run step
Delete identity-aware proxy
Disassociate access-controlled proxy for a Workflow Run step