Skip to main content
GET
List initiatives

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Query Parameters

limit
integer
default:100

Page size.

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

Opaque token from a prior response’s next_cursor.

status
string

Comma-separated lifecycle filter, e.g. DRAFT,ACTIVE. Allowed: DRAFT, ACTIVE, PAUSED, COMPLETED, CANCELED.

Response

Success

data
object[]
required
next_cursor
string | null
required