List Lexi Conversations
Lexi AI
List Lexi Conversations
Paginate over saved Lexi AI conversations for the workspace
GET
List Lexi Conversations
Request
Query Parameters
Page number.
Results per page. Maximum 100.
Optional full-text search against conversation titles and message content.
Filter by the user who owns the conversation. When omitted, returns conversations for the current API key’s user.
Filter to conversations tied to the given contact context.
Filter to conversations tied to the given deal context.
When
true, includes archived conversations.Headers
Response
Pagination metadata:
page, per_page, total.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:ai permission |
| 429 | rate_limited | Rate limit exceeded |