Obtén el historial de conversaciones de un bot para auditar interacciones, analizar métricas o depurar flujos. Este endpoint retorna los mensajes enviados y recibidos con soporte para paginación y filtros de tiempo.
{ "message": ["The Bot could not be found at the moment."], "statusMessage": "failed", "status": 0, "error": { "code": "E1019", "key": "BOT_NOT_FOUND", "description": "Error to be thrown when trying to get a Bot.", "developerMessages": { "es": "El botId no se encuentra en la base de datos o ha sido eliminado.", "en": "The botId is not found in the database or has been deleted." }, "clientMessages": { "es": "El Bot no se pudo encontrar por el momento.", "en": "The Bot could not be found at the moment." } }}
422 - Unprocessable Entity
Copy
Ask AI
{ "message": ["Los valores ingresados no son correctos."], "statusMessage": "failed", "status": 0, "error": { "code": "E0422", "key": "VALIDATOR_ERROR", "description": "Error to be thrown when cannot process request because of incoming values", "developerMessages": { "es": "Los valores del request no son correctos para ser procesados.", "en": "The request values are not correct for processing." }, "clientMessages": { "es": "Los valores ingresados no son correctos.", "en": "The values entered are not correct." } }, "validationError": { "startAt": [ { "es": "el campo startAt debe ser una fecha", "en": "the startAt field must be a Date" } ] }}
500 - Internal Server Error
Copy
Ask AI
{ "message": ["We are having trouble processing your request. Please try again later."], "statusMessage": "failed", "status": 0, "error": { "code": "E0000", "key": "UNKNOWN_ERROR", "description": "Error to be thrown when it couldn't be determined the reason of failure", "developerMessages": { "es": "Error inesperado ocurrido, revisar logs.", "en": "Unexpected error occurred, check logs." }, "clientMessages": { "es": "Estamos teniendo problemas procesando la solicitud. Por favor intenta más tarde.", "en": "We are having trouble processing your request. Please try again later." } }}