Calls
List calls
Returns a paginated list of calls, ordered by start time (newest first). Optionally filter by status. status is the call lifecycle/carrier state; use disposition on each call for the final outcome such as voicemail, busy, or no_answer.
GET
List calls
Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Query Parameters
Number of calls to return.
Required range:
1 <= x <= 100Number of calls to skip.
Required range:
x >= 0Filter by call lifecycle status (case-insensitive). Voicemail is returned as disposition: "voicemail", not as a status.
Available options:
pending, ringing, in_progress, completed, failed, no_answer, busy, canceled List calls