Example Page
🧑💼 Example: Fetching Page 4 with Filter
Using the API directly:
GET /api/Chat/GetConversations/abc123?results=25&skip=75&metadatasearch=salesWith the Pagination Helper:
fetch_conversations(agentid="abc123", page=4, results=25, metadatasearch="sales")Last updated