operationId: getWorkflowRunStatus
.Authorizations
API Key provided by the platform. Note- X-Timestamp and X-Signature headers are also required for authentication, but not defined as separate schemes here due to OpenAPI limitations on complex signature schemes.
Path Parameters
The ID of the workflow run to retrieve.
"wfr_ghi789jkl012"
Response
OK. Current status and details of the workflow run.
Unique identifier for the workflow run.
"wfr_ghi789jkl012"
Identifier of the workflow definition being run.
"wf_abc123def456"
Identifier for the end-user the workflow was run for.
Current status of the workflow run.
queued
, processing
, completed
, failed
The final result object if the run completed successfully. Structure may vary.
Error message if the run failed.
ISO 8601 timestamp when the run was initiated.
ISO 8601 timestamp when the run status was last updated.