Skip to main content
GET
List broadcasts

Authorizations

Authorization
string
header
required

An org API key: Authorization: Bearer oak_….

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null
status
enum<string> | null

Derived campaign status shown in the UI. stopped_low_balance and cancelled mirror the stored state; the other two are computed from the counts (no stored value — chunked async means no single worker knows it sent the last recipient).

Available options:
in_progress,
completed,
stopped_low_balance,
cancelled

Response

Successful Response

items
PublicBroadcast · object[]
required
next_cursor
string | null
required
total_count
integer | null