Authorizations
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
Query Parameters
Filter by agent identifier
Filter by interaction type
Available options:
phone_call, web_call, test_chat Filter by interaction direction
Available options:
inbound, outbound Filter by interaction status
Available options:
initiated, in_progress, agent_hangup, user_hangup, dial_rejected, dial_busy, dial_failed, transferred, error, insufficient_balance Filter by start time (greater than or equal to, Unix timestamp in milliseconds)
Required range:
x >= 0Filter by start time (less than or equal to, Unix timestamp in milliseconds)
Required range:
x >= 0Filter by duration (greater than or equal to, in seconds)
Required range:
x >= 0Filter by duration (less than or equal to, in seconds)
Required range:
x >= 0Page number for pagination (starts at 1)
Required range:
x >= 1
