Skip to main content

List meeting recordings (Legacy)

GET 

/recording.list

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Legacy: Prefer /meeting.list / /meeting.info for new integrations.

Lists recordings in your home Roam, filtered by date range (after/before). Organization clients without roam-wide meeting access (admin:meetings:read) receive 403; use /meeting.list instead. This route remains registered for existing callers. It returns v0-style identifiers and is not a v1 media-download path.

The plural alias /recordings.list is also registered for existing callers; use this singular form in new documentation and tooling.

The ordering of results depends on the filter specified:

  • When no parameters are provided, the most recent recordings are returned, sorted in reverse chronological order. This is equivalent to specifying before as NOW and leaving after unspecified.

  • If after is specified, the results are sorted in forward chronological order.

Either dates or datetimes may be specified. Dates are interpreted in UTC.

Access: Organization only. Requires roam-wide meeting access.

Required scope: recordings:read and admin:meetings:read (or a grandfathered roam-wide API key)


OpenAPI Spec: chat-v1.json

Request

Responses

OK