Skip to main content

List conferences

GET 

/conferences

Lists conferences. Conferences are created on demand, and will expire after all participants have left the conference or after 4 hours regardless of the number of active participants. Conferences are listed in descending order by expires_at.

Request

Query Parameters

    filter[name] string

    If present, conferences will be filtered to those with a matching name attribute. Matching is case-sensitive

    filter[status] string

    Possible values: [init, in_progress, completed]

    If present, conferences will be filtered by status.

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: Successful response with a list of conferences.

401: Unauthorized

422: Unprocessable entity

Loading...