Skip to main content
GET
List Agent Recordings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Query Parameters

limit
integer
default:50

Number of recordings to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of recordings to skip

Required range: x >= 0
status_filter
string | null

Filter by status: recording, processing, completed, failed

Response

Successful Response

List of recordings.

agent_id
string
required
total
integer
required
recordings
RecordingListItem · object[]
required