Get meeting info
GET/meeting.info
Get detailed information about a specific meeting, including AI-generated summary, action items, and chapters.
Participants are included inline up to the maxParticipants limit. For meetings with more participants, use /meeting.participants to paginate through the full list.
Access: Organization and Personal. Personal tokens are limited to meetings
the authenticated user participated in. Organization tokens without
admin:meetings:read
are limited to meetings the install's bot has access to.
Required scope: meetings:read (add admin:meetings:read for roam-wide org access; add user:read to include participants, user:read.email for participant emails)
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
Meeting info retrieved successfully
Bad request. Missing or invalid id.
Presented invalid authentication credentials.
Meeting not found.
An unsupported method was requested.
An internal error occurred.