cURL
curl --request GET \ --url https://api.getmalakai.com/api/api/workflows \ --header 'Authorization: <authorization>' \ --header 'x-access-token: <x-access-token>'
{ "responseCode": 2000, "message": "Workflows fetched successfully", "data": { "workflows": [ { "id": "a4835860-**", "name": "SimpleTesting", "description": "A new workflow for you agent", "user_id": "**", "nodes": [], "edges": [], "ml_payload": [], "created_at": "2025-02-04T14:14:33.043Z", "updated_at": "2025-07-08T10:03:06.313Z" } ] } }
Retrieve a list of all existing workflows.
Bearer