Workflow Campaigns
Workflow Campaign Report API
Aggregated campaign report: execution counts by status, termination reasons, and a per-node funnel keyed by your definition’s node ids.
GET
cURL
For completed executions the
termination_reasons keys are the label values of your end nodes, so the report maps directly onto the endings you designed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique id of the campaign
Response
Campaign report
Execution counts keyed by status.
Example:
Counts keyed by termination reason — for completed executions this is the end-node label, so the keys map onto your definition's endings.
Example:
Node-attempt counts grouped by node and status — the per-node funnel of the pinned definition.
cURL

