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.
curl -X GET https://api.whatabot.app/api/v1/sessions/logs/{sessionId}/events \ -H "X-Api-Key: wh_your_api_key"
[ { "id": "evt-uuid-001", "nodeId": "node-uuid-123", "nodeType": "APIRequest", "severity": "error", "error": "Request timeout after 10000ms", "breadcrumb": ["start", "message-1", "api-request-1"], "context": null, "occurredAt": "2025-01-15T10:31:05.000Z" } ]
Retorna os logs de erro e eventos de uma sessão específica.
wh_