Workflows
List Workflows
deprecated
Retrieve a paginated list of every workflow in your workspace, including status and enrolled-lead counts.
GET
List workflows with pagination
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.
Query parameters
Errors
403 Forbiddenis returned when the API key cannot read workflows on this workspace.
Related endpoints
- Get Workflow: fetch a single workflow’s detail.
- Create Workflow: create a new workflow.
- Pause / Resume / Cancel: control workflow state.
- Pagination: how DialNexa list endpoints paginate.
List workflows with pagination