Skip to main content
GET
List workflows with pagination
Legacy endpoint - deprecated. Unversioned endpoints are scheduled for removal on July 31, 2026. Use the /v1 version for new integrations. This endpoint remains available for existing integrations until then.
Returns every workflow in your workspace, paginated and sorted by creation date (newest first). Each entry includes the workflow’s id, display name, current status (active, paused, cancelled, or draft), enrolled-lead count, and creation timestamp. Use this to power a workflows overview dashboard, build automation that audits which sequences are running, or sync workflow state into your own data store.

When to use this

  • Operations dashboards: render a table of every workflow with status badges and lead counts.
  • Compliance audits: enumerate all active sequences so legal and compliance teams can confirm what outreach is currently running.
  • CI integration tests: assert that newly created workflows show up in the list before chaining additional API calls.
For the full structural detail of a single workflow (nodes, edges, configuration), call Get Workflow and the related list endpoints.

Query parameters

Errors

  • 403 Forbidden is returned when the API key cannot read workflows on this workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-organization-id
string
required

RSA encrypted organization ID (base64 format)

Example:

"BASE64_ENCRYPTED_ORG_ID_HERE"

Response

Workflows fetched successfully