For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Data collection filters. Repeat param. Format: id:op:value where op is one of eq|neq|gt|gte|lt|lte|in|exists|missing. For in, pipe-delimit values.
data_collection_idsstringOptional
Data collection field IDs to include in each conversation summary. Repeat param. When omitted, data_collection_results is not returned.
evaluation_criteria_idsstringOptional
Evaluation criteria IDs to include in each conversation summary. Repeat param. When omitted, evaluation_criteria_results is not returned.
tool_namesstringOptional
Filter conversations by tool names used during the call.
tool_names_successfulstringOptional
Filter conversations by tool names that had successful calls.
tool_names_erroredstringOptional
Filter conversations by tool names that had errored calls.
main_languagesstringOptional
Filter conversations by detected main language (language code).
page_sizeintegerOptional1-100Defaults to 30
How many conversations to return at maximum. Can not exceed 100, defaults to 30.
summary_modeenumOptionalDefaults to exclude
Whether to include transcript summaries in the response.
Allowed values:
searchstringOptionalDeprecated
Full-text or fuzzy search over transcript messages
conversation_initiation_sourceenumOptionalDefaults to unknown
Enum representing the possible sources for conversation initiation.
text_onlybooleanOptional
conversation_product_typeenumOptional
Restrict results to a single conversation product surface.
Allowed values:
branch_idstringOptional
Filter conversations by branch ID.
version_idstringOptional
Filter conversations by version ID.
parent_conversation_idstringOptional
Filter conversations by parent conversation ID for subagent conversations.
topic_idsstringOptional
Filter conversations by topic IDs assigned during topic discovery.
exclude_statusesenumOptional
Exclude conversations with the given statuses. Useful for hiding in-progress / processing conversations from list views.
Allowed values:
tag_idsstringOptional
Filter conversations by conversation tag IDs assigned via the conversation-tags endpoints.
workflow_node_entered_idstringOptional
Filter conversations to only those that entered the given node.
termination_reasonsstringOptional
Filter conversations by their stored termination_reason (metadata.termination_reason). Repeat param to match any of several.
guardrail_typesenumOptional
Filter to conversations where a guardrail of any of these types triggered (metadata.triggered_guardrails.guardrail_type). Repeat param to match any of several.
custom_guardrail_namesstringOptional
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.
Response
Successful Response
conversationslist of objects
has_moreboolean
next_cursorstringOptional
Errors
422
Conversations List Request Unprocessable Entity Error