List Conversations
List conversations in your workspace with filtering and pagination
GET
Documentation Index
Fetch the complete documentation index at: https://docs.mielto.com/llms.txt
Use this file to discover all available pages before exploring further.
List Conversations
Retrieve a paginated list of conversations in your workspace with optional filtering and search capabilities.Headers
Bearer token for authentication
API key for authentication (alternative to Authorization header)
Optional. Derived from API Key, but can be specified if you have access to multiple workspaces
Query Parameters
Number of conversations to skip for pagination
Maximum number of conversations to return (1-1000)
Filter by conversation status (active, ended, archived)
Search conversations by title
Filter conversations by user ID
Filter conversations by associated collection ID
Response
Array of conversation objects
Total number of conversations matching the filters
Use pagination parameters
skip and limit to efficiently navigate through large numbers of conversations. The search parameter performs fuzzy matching on conversation titles.