Skip to main content
GET
List a campaign's outcomes

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

campaignId
string<uuid>
required

Query Parameters

limit
integer
default:50

Rows per page. Values above 100 are clamped, not rejected.

Required range: 1 <= x <= 100
cursor
string

The nextCursor of the previous page.

Response

One page of outcomes, newest first.

artifactModel
enum<string>

The row shape this campaign's goal produces.

Available options:
day_sheet,
guest_list,
lead_list,
order_list,
payment_list,
outreach_list,
reservation_list
vocabulary
object

How this goal words a successful outcome, for labelling a UI: booked an appointment, qualified a lead.

rows
object[]

Ordered newest first by slotIso where the goal has one, by createdAt otherwise.

nextCursor
string

Absent on the last page.