GET
/
v1
/
meetings
curl --request GET \
  --url https://api.meetgeek.ai/v1/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=="
  }
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Query Parameters

limit
integer

Number of records to fetch

Required range: 1 <= x <= 500
cursor
string

Cursor to continue reading from

Response

200
application/json
OK
meetings
object[]
pagination
object