v1

latestOpenAPI 3.0.02026-08-069339.5 KB

List meeting recordings

Lists all recordings in your home Roam, filtered by date range (after/before).

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.

Required scope: recordings:read


OpenAPI Spec: openapi.json

get/recording.list

Query parameters

afterstring datetime

The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339). Defaults to "no filter".

beforestring datetime

The datetime until which to list recordings (YYYY-MM-DD or RFC-3339). Defaults to "now".

limitinteger

The number of recordings to return per response. Default is 10.

cursorstring

Opaque pagination cursor from a previous response's nextCursor. Do not construct cursors manually.

Response

OK

nextCursorstring

Returned if there is a subsequent page of recordings.