Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string<uuid>
required

The unique id of the workflow

Response

Workflow detail

workflow
object
required
published
object[]
required

Every published version, newest first, each with its campaign outcome totals.

draft
object | null

The current draft's metadata, or null if none exists.