Voice Agents
List voice calls
List voice calls for this project, most recent first. Transcripts are omitted from the list; fetch a single call to get its transcript.
GET
List voice calls
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Lifecycle status of a voice call.
queued: outbound call created, not yet dialing.ringing: dialing (outbound) or received and ringing (inbound).in_progress: answered, the agent is connected.completed: ended after a conversation.failed: could not be completed.busy: the line was busy.no_answer: rang but was not answered.canceled: canceled before it was answered.
Available options:
queued, ringing, in_progress, completed, failed, busy, no_answer, canceled Whether the call was placed by Zavu (outbound) or received from a caller (inbound).
Available options:
inbound, outbound Required range:
x <= 100