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 Authorization: Bearer <tu_api_key>
Obtener la lista paginada de conversaciones de tu organización.
conversations:read
status
bot
handoff
open
closed
chatbot_id
page
1
per_page
25
100
{ "status": "success", "data": { "conversations": [ { "id": "conv_abc123", "chatbot_id": "bot_xyz789", "visitor_id": "visitor_001", "visitor_name": "Juan Pérez", "visitor_email": "juan@empresa.com", "status": "closed", "channel": "web", "created_at": "2026-06-28T14:00:00.000Z", "updated_at": "2026-06-28T14:35:00.000Z" } ] }, "pages": { "current_page": 1, "last_page": 10, "per_page": 25, "total": 240 } }
id
visitor_id
visitor_name
visitor_email
channel
web
whatsapp
instagram
api
created_at
updated_at