Use this endpoint to retrieve the current status of a specific workflow execution.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique identifier of the execution.
Indicates that the request was successful and the response contains the requested data.
Timestamp when the execution finished. Null if still running.
"2026-03-17T14:35:12Z"
Number of the step currently being executed (1-indexed).
1
Error message if the execution failed. Null on success.
Unique identifier of the execution.
"f7e6d5c4-b3a2-1098-7654-321fedcba098"
Timestamp when the execution started.
"2026-03-17T14:35:00Z"
Current status: pending (queued), running (in progress), completed (success), or failed (error).
pending, running, completed, failed "completed"
Total number of steps in the workflow.
1
ID of the workflow being executed.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"