ApiMeetings
Get a meeting
Fetch one meeting by id. 404 if the id does not exist OR belongs to a different organization (cross-org access is not distinguished from absence).
Authorization
bearerAuth AuthorizationBearer <token>
API key issued in Settings → API Keys in the Meetso dashboard. Owners and Admins only.
In: header
Path Parameters
id*string
Resource id (CUID).
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET 'https://api.meetso.ai/public/v1/meetings/<id>' \ -H 'Authorization: Bearer mts_live_…'{
"data": {
"id": "string",
"title": "string",
"meet_url": "string",
"platform": "GOOGLE",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"timezone": "string",
"organizer_email": "string",
"organizer_name": "string",
"attendees": [
{
"email": "user@example.com",
"display_name": "string"
}
],
"transcript_id": "string",
"recording_id": "string",
"processing_status": "PROCESSING",
"created_at": "2019-08-24T14:15:22Z"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "unauthorized",
"message": "string",
"request_id": "string"
}
}