v1
latestOpenAPI 3.0.02026-08-069339.5 KBList 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
Query parameters
The datetime to begin listing recordings (YYYY-MM-DD or RFC-3339). Defaults to "no filter".
The datetime until which to list recordings (YYYY-MM-DD or RFC-3339). Defaults to "now".
The number of recordings to return per response. Default is 10.
Opaque pagination cursor from a previous response's nextCursor. Do not construct cursors manually.
Response
OK