Pagination

Pagination LEGACY AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

The Zoho Cliq REST API v2 uses cursor-based pagination on list endpoints. Token names vary by module, but the behavior is consistent: pass the token from the previous response to fetch the next page. When the token is absent, you have reached the last page.

The token name, default limit, and maximum limit are documented on each endpoint page.

Token reference by module

ModuleToken nameAlso supports
Botsnext_tokensync_token
Channelsnext_tokensync_token
Chatsnext_tokenN/A
Threads (in a chat)next_tokennext_search_token when search_key is used
Messages (search)next_tokenN/A
Pin Messagesnext_tokensync_token
Remindersnext_set_tokenN/A
Databases (records)start_tokenN/A
Functionsnext_tokensync_token
Widgetsnext_tokensync_token
Slash Commandsnext_tokensync_token
Message Actionsnext_tokensync_token
Schedulersnext_tokenN/A
Calls & Meetingsnext_tokensync_token
Bot Subscribersnext_tokensync_token
Departments, Usersnext_tokenN/A
Bots / Message Actions (Marketplace)page_numberN/A
💡 Recommendation: For new integrations, use v3 pagination which provides a simpler and consistent model with next_token and sync_token across all modules.