Phone Calls
List Agent Calls
get/api/v1/phone/calls
Query parameters
agent_identity_idstring uuid nullable
Agent identity to list calls for. Agent-scoped keys resolve their own; required for admin/JWT.
Agent identity to list calls for. Agent-scoped keys resolve their own; required for admin/JWT.
limitinteger
offsetinteger
is_blockedboolean nullable
start_datetimestring nullable
Filter created_at >= this date/datetime. Bare date => whole day in tz.
Filter created_at >= this date/datetime. Bare date => whole day in tz.
end_datetimestring nullable
Filter created_at <= this date/datetime. Bare date => whole day inclusive.
Filter created_at <= this date/datetime. Bare date => whole day inclusive.
tzstring nullable
IANA zone (e.g. America/New_York) for zone-less values; default UTC.
IANA zone (e.g. America/New_York) for zone-less values; default UTC.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.