Skip to main content
GET
List recordings with cursor pagination and optional filters.

Authentication

Requires an API key with recordings:read scope.

Query Parameters

integer
Maximum number of recordings to return.
string
Cursor from a previous response.
string
Filter by end user.
string
Filter by device.
string
Filter by recording status.
string
Filter recordings created at or after this ISO 8601 timestamp.
string
Filter recordings created before this ISO 8601 timestamp.

Response

Returns a paginated list of recording objects.
See Get Recording for recording field descriptions.