cURL
curl --request GET \ --url https://api.captaindata.co/v3/workflows \ --header 'Authorization: <api-key>' \ --header 'x-project-id: <api-key>'
[ { "uid": "wxyz-xxxx-xxxx-xxxxx-xxxxxx", "name": "Workflow Name", "created_at": "2024-03-16T11:39:51.583695", "steps": [ { "name": "Step's Name", "uid": "12345-xxxx-xxxx-xxxx-xxxxxxx", "step_uid": "12345-xxxx-xxxx-xxxx-xxxxxxxx" } ], "template_uid": "abcd-xxxx-xxxx-xxxx-xxxxxxxx" } ]
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Successful Response
The response is of type any.
any