meeting
Get paginated meetings of a team
Retrieves paginated past meetings of a user
get/v1/teams/{teamId}/meetings
Path parameters
teamIdinteger required
Team ID
Query parameters
limitinteger
Number of records to fetch
cursorstring
Cursor to continue reading from
Response
OK
Example response
{
"meetings": [
{
"meeting_id": "7e0f1953-b2ce-45b8-97b2-03c09da3a602",
"timestamp_end_utc": "2024-08-08T14:00:34Z",
"timestamp_start_utc": "2024-08-08T13:00:38Z"
}
],
"pagination": {
"next_cursor": "gASVSgAAAAAAAABdlCiMGDIwMj==",
"previous_cursor": "sDAACgCCCBo97zDAsCqcADPUzA=="
}
}