Skip to main content
GET
List every workflow run for one lead, most recently created first. Includes completed and cancelled workflow runs, so this is the lead’s full history.

Authentication

Requires the x-api-key header with a valid workspace API key.

Query Parameters

string
required
The lead to list workflow runs for.

Response

boolean
Whether the request succeeded.
array
The workflow runs, most recently created first. Each entry has the same fields as the workflowRun object returned by Get Workflow Run.

Errors

error
leadId is missing.
error
The leadId isn’t a lead in your workspace.