Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

builderId
string
required
Example:

"buil_clgbsb90b001qjy0f0eo1hspp"

Query Parameters

from
string<date-time>

Filter meetings from this date-time

Example:

"2026-01-01T00:00:00.000Z"

to
string<date-time>

Filter meetings until this date-time

Example:

"2026-01-31T23:59:59.999Z"

status
enum<string>[]

Filter by meeting status. Repeat the parameter for multiple values.

Available options:
DRAFT,
DISTRIBUTED,
COMPLETED,
RUNNING
offset
integer
default:0

The number of items to skip before starting to collect the result set

Example:

0

limit
integer
default:25

The number of items to return.

Required range: x <= 25
Example:

25

Response

A list of meetings

data
object[]
meta
object