List conversations
Chat History Endpoints
List Conversations
List imported chat conversations with pagination and filtering.
GET
List conversations
Overview
List imported chat conversations with pagination and filtering. Use this to browse conversations, filter by platform, or search by title.Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (1-indexed).
Results per page.
Required range:
x <= 100Filter by platform. Use 'all' for all platforms, or a specific platform ID (e.g., 'chatgpt', 'claude', 'custom').
Filter by conversation title (partial match).
Filter conversations created on or after this date (ISO 8601).
Filter conversations created on or before this date (ISO 8601).
Only return pinned conversations.
Filter by import ID.