cURL
curl --request GET \ --url https://flowra.dev/api/v1/workflow/manager/executions/thread/{threadId}/status \ --header 'x-api-key: <api-key>'
{ "threadId": "<string>", "workflowId": "<string>", "status": "running", "completedNodes": [ "<string>" ], "failedNodes": [ "<string>" ], "errors": [ {} ], "currentNodeId": "<string>", "state": {} }
Check whether a run is still in progress, completed, or failed. Use the thread ID returned when you started the execution to poll for status.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Workflow execution status retrieved successfully
Show child attributes
Was this page helpful?