List conversations
Headers
Query parameters
Agent id (agent_…) or speech engine external id (seng_), resolved to the same underlying resource.
Unix timestamp (in seconds) to filter conversations up to this start date.
Unix timestamp (in seconds) to filter conversations after to this start date.
Maximum overall rating (1-5).
Minimum overall rating (1-5).
Evaluation filters. Repeat param. Format: criteria_id:result. Example: eval=value_framing:success
Data collection filters. Repeat param. Format: id:op:value where op is one of eq|gt|gte|lt|lte|missing.
Dynamic variable filters. Repeat param. Format: name:op:value where op is one of eq|gt|gte|lt|lte. Comparison operators require a numeric value. Names containing ’:’ cannot be expressed.
Data collection field IDs to include in each conversation summary. Repeat param. When omitted, data_collection_results is not returned.
Evaluation criteria IDs to include in each conversation summary. Repeat param. When omitted, evaluation_criteria_results is not returned.
Filter conversations by detected main language (language code).
Full-text or fuzzy search over transcript messages
Exclude conversations with the given statuses. Useful for hiding in-progress / processing conversations from list views.
Filter conversations by conversation tag IDs assigned via the conversation-tags endpoints.
Filter conversations by their stored termination_reason (metadata.termination_reason). Repeat param to match any of several.
Filter to conversations where a guardrail of any of these types triggered (metadata.triggered_guardrails.guardrail_type). Repeat param to match any of several.
Filter to conversations where a custom guardrail with any of these names triggered (metadata.triggered_guardrails.guardrail_name). Only custom guardrails carry a name. Repeat param to match any of several.
The direction to sort conversations by call start time. Defaults to descending (newest first).