List conversations with optional filtering, pagination, and ordering.
API key for authentication.
Maximum number of conversations to return (1-250)
1 <= x <= 250Token for retrieving next page (from previous response)
Filter expression syntax.
Operators: =, !=, >, <, >=, <=, AND, OR
Values may be unquoted or double-quoted. Values containing spaces must be quoted.
Fields:
status - PENDING, IN_QUEUE, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, DELETEDexternal_conversation_id - Your system's conversation IDcreate_time - ISO 8601 timestampoccurred_at - ISO 8601 timestampmetadata.{key} - Custom metadata fieldsExamples:
status=COMPLETEDcreate_time>"2025-11-01T00:00:00Z"status=COMPLETED AND occurred_at>="2025-11-01T00:00:00Z"external_conversation_id=external-call-abcSort field with optional - prefix for descending order.
Fields: create_time, occurred_at, status
Examples:
create_time (ascending)-create_time (descending, most recent first)-occurred_at (most recent conversations first)