v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Workflows

List all workflows

Returns a list of workflows associated with the account. Nodes and logic are excluded.

get/public/v1/workflows

Query parameters

status'ACTIVE' | 'DELETED' | 'DRAFT'
Example:ACTIVE

Response

A list of workflows

Example response

{
  "results": [
    {
      "id": 501,
      "name": "Daily CRM Sync",
      "description": "Syncs contacts to HubSpot",
      "status": "ACTIVE",
      "triggerType": "CONVERSATION_ENDED",
      "createdAt": "2024-01-01T12:00:00Z",
      "updatedAt": "2024-01-01T12:00:00Z",
      "runsCount": 1200,
      "runsFailedCount": 5,
      "lastRunDate": "2024-01-01T12:00:00Z"
    }
  ]
}