List conversations
Get all messaging conversations for the authenticated user with filtering and pagination.
Authentication
AuthorizationBearer
API key or Clerk session token
Query parameters
limit
Max results per page (default 50, max 100)
cursor
Pagination cursor
surfaceId
Filter by surface ID
status
Filter by status (open, closed, archived, all)
agentMode
Filter by agent mode (auto, human, all)
search
Search by subject, participant name, or email
Response
Paginated list of conversations
data
pagination
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error