Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.61 KB

File metadata and controls

24 lines (21 loc) · 1.61 KB

# ConversationPbxCallSearchRequest

Properties

Name Type Description Notes
agent_ids string[] Filter by agent IDs [optional]
customer_name string Filter by customer name [optional]
direction string Filter by call direction (inbound/outbound) [optional]
disposition string Filter by call disposition [optional]
end_date string Filter calls created on or before this date (ISO 8601) [optional]
has_ai_engagement bool Filter to calls with AI agent engagement [optional]
has_recording bool Filter to calls that have a recording [optional]
has_transcript bool Filter to calls that have a transcript [optional]
max_duration_seconds int Filter by maximum call duration in seconds [optional]
min_duration_seconds int Filter by minimum call duration in seconds [optional]
phone_number string Filter by phone number (partial match supported) [optional]
queue_uuids string[] Filter by queue UUIDs [optional]
search_term string Free text search term - smart-routed based on content (phone, email, UUID, or general text) [optional]
start_date string Filter calls created on or after this date (ISO 8601) [optional]
statuses string[] Filter by call statuses [optional]
transcript_search string Search within transcript text [optional]

[Back to Model list] [Back to API list] [Back to README]