recordings
List Agent Recordings
List all call recordings for an agent.
Restriction: Recording must be enabled for the agent in agent configuration.
Returns a paginated list of recordings with metadata. Each recording includes file information, status, and timestamps.
GET
List Agent Recordings
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Number of recordings to return
Required range:
1 <= x <= 100Number of recordings to skip
Required range:
x >= 0Filter by status: recording, processing, completed, failed
Previous
Get RecordingGet a specific recording with download URL.
Returns full recording details including a presigned download URL.
The URL is time-limited and expires after the specified duration.
**Restriction**: Recording must be enabled for the agent in agent configuration.
**Security**: URL expires after `url_expires` seconds (default: 1 hour).
Next
List Agent Recordings