cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/workflows \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "status": "pending", "steps": [ "<unknown>" ], "current_step": "<string>", "configuration": {}, "team_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "state": {}, "error_message": "<string>" } ]
List all workflows
Workflow status enumeration
pending
running
paused
completed
failed
cancelled
Successful Response
Was this page helpful?