List imported chat conversations with pagination and filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (1-indexed).
Results per page.
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.