Retrieve the current status, results, or errors for a specific workflow execution run.
Retrieve the status and results of a specific workflow run. See the API Reference for details onDocumentation Index
Fetch the complete documentation index at: https://docs.curalabs.io/llms.txt
Use this file to discover all available pages before exploring further.
operationId: getWorkflowRunStatus.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.
The ID of the workflow run to retrieve.
"wfr_ghi789jkl012"
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.