Skip to main content
GET
Retrieve a paginated list of recordings in your project, with optional filters for device, end user, and status.

Authentication

Requires an API key with recordings:read scope.

Query Parameters

limit
integer
default:"25"
Maximum number of items to return (1-100).
cursor
string
Opaque pagination cursor from a previous response’s next_cursor field. Omit for the first page.
device_id
string
Filter recordings by device.
end_user_id
string
Filter recordings by end user.
status
string
Filter by status: pending, uploaded, processing, completed, or failed.

Response

Returns a paginated list of recording objects.

Response Fields

Each recording object in data contains: