Skip to main content
GET
Read a proposed sequence and its tailoring

Authorizations

X-API-Key
string
header
required

Path Parameters

proposal_id
string<uuid>
required

Response

Successful Response

A sequence not made yet, and how its tailoring stands.

campaign
SequenceProposalCampaignSchema · object | null
required

The tailored campaign; null means the sequence starts on the standard one.

id
string<uuid>
required
in_flight
boolean
required

Tailoring is still working; poll until false.

intent
string
required
reason
string | null
required

Why it was skipped or failed, as a code.

record_count
integer | null
required

How many chosen rows, when rows were chosen.

sender_profile_ids
string<uuid>[]
required
sequence_id
string<uuid> | null
required

The sequence made from it, once made.

stage
string | null
required

While in flight: starting, choosing (the campaign) or checking (it).

status
string | null
required

The tailoring's outcome once settled: ready_for_review (a campaign is ready), kept_stock (the standard read better), skipped or failed.

table_id
string<uuid>
required
table_name
string
required
view_id
string<uuid> | null
required