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/leads Authorization: Bearer <tu_api_key>
Obtener la lista paginada de leads capturados por tus agentes.
leads:read
chatbot_id
page
1
per_page
25
100
{ "status": "success", "data": { "leads": [ { "id": "lead_abc123", "chatbot_id": "bot_xyz789", "conversation_id": "conv_def456", "name": "María García", "email": "maria@empresa.com", "phone": "+5491112345678", "extra_data": { "company": "Empresa SA" }, "created_at": "2026-06-25T11:30:00.000Z" } ] }, "pages": { "current_page": 1, "last_page": 5, "per_page": 25, "total": 112 } }
id
conversation_id
name
email
phone
extra_data
created_at