List meetings
GET/meeting.list
List meetings, ordered newest-first.
Access: Organization and Personal. Personal tokens return meetings the
authenticated user participated in. Organization tokens return every meeting
in the Roam only with admin:meetings:read;
without it, results are limited to meetings the install's bot has access to.
Required scope: meetings:read (add admin:meetings:read for roam-wide org access)
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 405
- 500
Meetings retrieved successfully
Bad request.
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occurred.