Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET https://app.chatnorris.ai/api/v2/conversations/{conversation_id}/messages Authorization: Bearer <tu_api_key>
Obtener los mensajes de una conversación en orden cronológico.
conversations:read
conversation_id
page
1
per_page
25
100
{ "status": "success", "data": { "messages": [ { "id": "msg_001", "role": "user", "content": "¿Cuáles son los horarios de atención?", "created_at": "2026-06-28T14:01:00.000Z" }, { "id": "msg_002", "role": "assistant", "content": "Nuestro horario de atención es de lunes a viernes de 9:00 a 18:00 hs.", "created_at": "2026-06-28T14:01:05.000Z" }, { "id": "msg_003", "role": "agent", "content": "Hola Juan, soy María del equipo de soporte. ¿En qué más puedo ayudarte?", "created_at": "2026-06-28T14:20:00.000Z" } ] }, "pages": { "current_page": 1, "last_page": 1, "per_page": 25, "total": 3 } }
id
role
user
assistant
agent
content
created_at
NOT_FOUND