Get status and result of a Temporal workflow
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Temporal workflow ID
Workflow status retrieved successfully
Temporal workflow status data object
Temporal workflow ID
"create-collection-123e4567-e89b-12d3-a456-426614174000"
Temporal workflow run ID
"123e4567-e89b-12d3-a456-426614174000"
Workflow status
RUNNING, COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT "COMPLETED"
Workflow start time in ISO 8601 format
"2024-01-01T00:00:00.000Z"
Number of events in workflow history
42
Workflow close time in ISO 8601 format (null if still running)
"2024-01-01T00:05:00.000Z"
Workflow execution time in milliseconds (null if still running)
300000
Workflow result (only present if workflow is completed)
{
"collectionId": "123e4567-e89b-12d3-a456-426614174000"
}Workflow error (only present if workflow failed)