Get Lexi Conversation
Lexi AI
Get Lexi Conversation
Retrieve a single Lexi conversation with its full message history
GET
Get Lexi Conversation
Request
Path Parameters
Conversation UUID returned by
GET /v1/lexi/conversations.Query Parameters
When
true, includes the intermediate tool-invocation records alongside user and assistant messages.Maximum number of messages to return (most recent first). Maximum 1000.
Headers
Response
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 |
| 404 | not_found | Conversation not found |
| 429 | rate_limited | Rate limit exceeded |