Note: Fallback search mode is not supported for comments. Only primary search mode is available.
Example use cases
-
Get all comments for a specific ticket
-
Find comments created by a specific user
-
List all pinned comments in the last 7 days
-
Get comments containing the word ‘urgent’
-
Find edited comments for a specific team
Comment search response fields
Below are all the fields you may see in a comment search result. Many are optional and will only appear if included in yourinclude_fields parameter.
For a full list, see the CommentSearchResponseDto in the API reference.
Tip: Use the
include_fields parameter to limit the response to only the fields you need for performance and clarity.
Notes
- The
documentin each hit will match the schema for the selected collection (Ticket, Account, or Comment). - Field names in query parameters can be provided in camelCase and will be mapped to the correct Typesense field names automatically.
- Filtering and sorting support all Typesense operators and syntax.
- Only authorized users can access this endpoint; results are scoped to the user’s organization and teams.