Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.maildiver.com/v1/workflows \ --header 'Authorization: Bearer <token>'
{ "workflows": [ { "workflow_id": "0199f234-d327-7cd8-9dc5-4fd8e5e249df", "workspace_id": "0195a927-b706-725a-94dd-372770d920f2", "name": "Welcome Email Series", "status": "active", "data": "workflows/0195a927-b706-725a-94dd-372770d920f2/0199f234-d327-7cd8-9dc5-4fd8e5e249df/active/design.json", "created": 1742299707142, "updated": 1742299707142, "created_by": "admin@company.com", "created_by_type": "user" }, { "workflow_id": "0199f234-d327-7cd8-9dc5-4fd8e5e24a10", "workspace_id": "0195a927-b706-725a-94dd-372770d920f2", "name": "Abandoned Cart Reminder", "status": "paused", "data": "workflows/0195a927-b706-725a-94dd-372770d920f2/0199f234-d327-7cd8-9dc5-4fd8e5e24a10/draft/design.json", "created": 1742299707142, "updated": 1742299707142, "created_by": "api_key_abc123", "created_by_type": "apiKey" } ], "count": 2, "cursor": null }
Endpoint: v1/workflows
v1/workflows
List all automation workflows. Returns workflows with pagination support.
API key with format "Bearer {your-api-key}"
Pagination cursor for fetching the next page of results
OK
Was this page helpful?