v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Workflows

Retrieve workflow

Get workflow metadata, status, and execution stats for a specific workflow. This endpoint does not include the expanded canvas definition payload.

Use this endpoint to:

  • Retrieve workflow metadata before a simple update
  • Check workflow status and execution count
  • Inspect timestamps, lock version, and execution activity

Use GET /workflows/{workflow_id}/definition when you need the editor payload with nodes, edges, embedded project data, and WhatsApp configs.

get/workflows/{workflow_id}

Response

Workflow details retrieved successfully

Example response

{
  "data": {
    "slug": "inbound-support"
  }
}