Skip to main content
GET
/
workflows
List Workflows
curl --request GET \
  --url https://www.callcow.ai/api/workflows \
  --header 'Authorization: Bearer <token>'
{
  "workflows": [
    {
      "id": "b8f40b44-3b7a-425b-a2ae-1327471b0410",
      "name": "Customer Support Workflow"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.callcow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key generated from Settings → API Keys. Format: ck_live_...

Response

List of workflows

workflows
object[]