List recordings
Echo Engine - Recordings
List recordings
List recordings for the authenticated user.
GET
List recordings
Authorizations
Bearer token authentication. Supports two token types:
- JWT Access Token — obtained via
POST /v1/auth/login - Personal Access Token (PAT) — created via
POST /v1/api-tokens, format:cmnd_<tokenId>.<secret>
Query Parameters
Maximum number of recordings to return
Offset for pagination
Filter by recording status
Available options:
pending, processing, completed, failed 
