cURL
curl --request GET \ --url https://api.meetgeek.ai/v1/teams/{teamId}/meetings \ --header 'Authorization: <api-key>'
{ "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==" } }
Retrieves paginated past meetings of a user
Type "Bearer" followed by a space and a token
Team ID
Number of records to fetch
1 <= x <= 500
Cursor to continue reading from
OK
The response is of type object.
object