Return general interaction info.
For variables, recording, and log, use GET /interactions/{sid}
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
Filter by agent identifier
Filter by interaction type
phone_call, web_call, test_chat Filter by interaction direction
inbound, outbound Filter by interaction status
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)
x >= 0Filter by start time (less than or equal to, Unix timestamp in milliseconds)
x >= 0Filter by duration (greater than or equal to, in seconds)
x >= 0Filter by duration (less than or equal to, in seconds)
x >= 0Page number for pagination (starts at 1)
x >= 1