A filter expression that filters conversations listed in the response. In
general, the expression must specify the field name, a comparison operator,
and the value to use for filtering:
<ul>
<li>The value must be a string, a number, or a boolean.</li>
<li>The comparison operator must be either =,!=, >, or <.</li>
<li>To filter on multiple expressions, separate the
expressions with AND or OR (omitting both implies AND).</li>
<li>For clarity, expressions can be enclosed in parentheses.</li>
</ul>
Only lifecycle_state can be filtered on in this way. For example,
the following expression only returns COMPLETED conversations:
lifecycle_state = "COMPLETED"
For more information about filtering, see
API Filtering.
A filter expression that filters conversations listed in the response. In
general, the expression must specify the field name, a comparison operator,
and the value to use for filtering:
<ul>
<li>The value must be a string, a number, or a boolean.</li>
<li>The comparison operator must be either =,!=, >, or <.</li>
<li>To filter on multiple expressions, separate the
expressions with AND or OR (omitting both implies AND).</li>
<li>For clarity, expressions can be enclosed in parentheses.</li>
</ul>
Only lifecycle_state can be filtered on in this way. For example,
the following expression only returns COMPLETED conversations:
lifecycle_state = "COMPLETED"
For more information about filtering, see
API Filtering.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]