Skip to content

Listar conversaciones

GET
/api/chat/conversations

Devuelve las conversaciones del usuario autenticado, ordenadas por última actualización.

limit
Limit
integer
default: 20
offset
Offset
integer
0
x-api-key
Any of:
string

Lista paginada de conversaciones

Response List Conversations Api Chat Conversations Get
object
key
additional properties
any
Example
{
"conversations": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "Pendiente máxima de rampas",
"message_count": 4,
"updated_at": "16/03/2026 14:30:00"
}
],
"total": 1
}

API key inválida o ausente

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object