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 /v1/call-tracking/failed
curl -X GET https://api.vonative.com/v1/call-tracking/failed \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": [ { "session_uuid": "...", "error": "Insufficient credits", "failed_at": "2025-01-15T10:30:00Z" } ] }