Skip to main content
GET
List calls

Authorizations

Authorization
string
header
required

API key (fam_..., created under Settings → API Keys) or an OAuth 2.0 access token (fam_at_...). Keys can be restricted to scopes such as assistants:read, calls:write, campaigns:write, automations:read, dashboards:read, dashboards:write, leads:write, segments:write, phone_numbers:write, sip_trunks:write, knowledge:write, voices:read, billing:read, settings:write, platform:read, platform:write; a *:write scope implies the matching *:read. Automation and dashboard endpoints also accept the legacy calls:* scope. Keys without scope restrictions have full access.

Query Parameters

assistant_id
string<uuid>

Filter by assistant.

campaign_id
string<uuid>

Filter by campaign (dialer calls).

status
enum<string>
Available options:
queued,
ringing,
in_progress,
completed,
failed,
no_answer,
busy
direction
enum<string>
Available options:
inbound,
outbound,
web
from
string<date-time>

Only calls created at or after this ISO 8601 date/datetime.

to
string<date-time>

Only calls created at or before this ISO 8601 date/datetime.

sentiment
enum<string>

Filter by post-call sentiment (requires the assistant's analysis_config sentiment to be enabled).

Available options:
positive,
neutral,
negative
success
boolean

Filter by post-call success verdict (requires the assistant's analysis_config.success to be enabled).

q
string

Lexical search across the call transcript and summary. Case-insensitive substring match.

limit
integer
default:50

Page size (1–200).

Required range: 1 <= x <= 200
offset
integer
default:0

Number of items to skip.

Required range: x >= 0

Response

A page of calls.

data
object[]
required
meta
object

Response metadata. pagination.total is the total number of matching items (ignoring limit/offset).