Query feed with filters and cursor pagination
Query feed with filters and cursor pagination.
Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your CometChat REST API Key.
Query Parameters
Filter by read state
read, unread, all Start date filter (unix timestamp in seconds)
End date filter (unix timestamp in seconds)
Comma-separated tags to filter by
Tag matching strategy: 'any' (OR) or 'all' (AND)
any, all Filter by templateCategory (per-app TemplateCategory.name)
Filter by in-app channel instance ID
Include soft-deleted feed items
Include expired feed items
Cursor: sentAt unix timestamp of last item from previous page
Cursor: id of last item from previous page
Cursor direction
append, prepend Number of items per page
1 <= x <= 100Field to sort by
sentAt, createdAt Sort direction
asc, desc Admin-only: scope to a specific user. Ignored when onbehalfof is present.
Pass "true" to opt out of server-side rendering. Default: false (server renders and returns content per item).