Tenant-wide call history, newest first, with keyset pagination. Fans out across every receptionist by default; pass receptionist_id to scope to one. Cursors round-trip with GET /v1/receptionists/{id}/calls. Scope: read.
GET/api/v1/calls
Tenant-wide call history, newest first, with keyset pagination. Fans out across every receptionist by default; pass receptionist_id to scope to one. Cursors round-trip with GET /v1/receptionists/{id}/calls. Scope: read.
Request
Responses
- 200
- 400
- 401
- 404
- 429
Call list: calls (direction, status, from/to, customer_name, duration_seconds, outcome, started_at, ended_at, has_transcript, has_recording, receptionist_id, receptionist_name, booking hint), next_cursor, scope (all_receptionists|one_receptionist).
Missing or invalid parameters
Invalid or missing API key
Resource not found or belongs to another account
Rate limit exceeded
Response Headers
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset
Retry-After