Workflows
List Workflows
List workflows in your workspace.
GET
List Workflows
Read only
Returns every workflow in your workspace, paginated and sorted by creation date (newest first). Each entry includes the workflow’s
Recommended. This endpoint is part of the public
/v1 API reference and is the supported path for new integrations. See the migration guide for versioning guidance.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.
Query parameters
Errors
403 Forbiddenis returned when the API key cannot read workflows on this workspace.
Related endpoints
- Get Workflow Details: fetch a single workflow’s detail.
- Update Workflow Status: activate, pause, deactivate, or resume a workflow.
- List Workflow Leads: inspect the leads enrolled in a workflow.
- Pagination: how DialNexa list endpoints paginate.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
ASC, DESC Example:
"createdAt"
Example:
20
Example:
1
List Workflows