cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/temporal-workflows/workflows/{workflow_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get workflow execution status and details.
Returns detailed information about a workflow execution, optionally including the result if the workflow has completed.
Query parameters (handled by downstream service):
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?