Lists all meetings in the workspace using a deterministic sort order.
This endpoint is in beta. We will aim to avoid breaking changes, but small updates may be made as we roll out to more users.
Required scopes: meeting:read
, record_permission:read
.
This API uses OAuth 2.0 with the authorization code grant flow.
The maximum number of meetings to return. Must be between 1 and 200. Defaults to 50.
1 <= x <= 200
50
A pagination cursor used to fetch the next page of meetings. Responses with more meetings will include a cursor for you to use here. If not provided, the first page will be returned.
The object to filter meetings by. Must be a valid object slug or ID. If provided, linked_record_id must also be provided.
1
Used to filter meetings to only those values that include a specific linked record. Must be a valid record ID. If provided, linked_object must also be provided.
A comma-separated list of emails to filter meetings by. If provided, meetings will be filtered to only include meetings that include at least one of the provided emails as participants.
The order in which to sort the meetings. Defaults to start_asc.
start_asc
, start_desc
Use ends_from
to filter meetings to only those that end after the specified timestamp. ends_from
is inclusive, meaning that meetings that end at the exact timestamp will be included in results. When evaluating all-day meetings, we filter results from the perspective of a specific timezone (see timezone
for more information).
Use starts_before
to filter meetings to only those that start before the specified timestamp. starts_before
is exclusive, meaning that meetings that start at the exact timestamp will not be included in results. When evaluating all-day meetings, we filter results from the perspective of a specific timezone (see timezone
for more information).
The timezone to use when filtering meetings using ends_from
and starts_before
. Defaults to UTC. This property has no effect for non-all-day meetings.
Success