Skip to main content

Phone Call List

Tags: communication, telephony, voice

Voice call history and management

Endpoints

List

GET /api/v2/w/{workspace_uuid}/calls

Description:

List phone calls in the workspace.

Optional filters: phoneNumberId (int PK), chatId, workflowId, callId, status, inbound, and date range (dateFrom / dateTo). Requires phones:read scope. callId is an equality predicate on the same audited, scope-gated listing; it intersects every other filter and returns an empty page when the target is unavailable.

Authorization: Requires phones:read scope

Parameters:

  • page (Integer) — min: 1
  • page_size (Integer) — min: 1, max: 100
  • phoneNumberId (Integer)
  • chatId (Integer)
  • workflowId (Integer)
  • callId (Integer)
  • status (CallStatus)
  • inbound (Boolean)
  • dateFrom (datetime)
  • dateTo (datetime)

Response: See PaginatedResponse[PhoneCallResponse]