Skip to main content
GET
What launching WOULD do, without doing it

Authorizations

Authorization
string
header
required

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

Path Parameters

sequenceId
string<uuid>
required

The unique identifier of the sequence

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Default Response

will_send
integer
required

A FORECAST of how many would start sending, not a promise: consent and suppression are re-checked at claim time and fail closed.

Required range: -9007199254740991 <= x <= 9007199254740991
already_sending
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
held
object[]
required
blockers
object[]
required

Empty means launch works. Launch itself refuses on anything here.

pending_templates
object[]
required

Templates still waiting on approval. These do NOT stop a launch: armed people wait and start sending the moment the template clears.