API Logs

Loading logs...

Failed to load logs

There was a problem loading your API logs. Please try again.

No logs yet

Your API logs will appear here once you start making requests.

View API Documentation
Total Requests
12,847
+18.3% vs yesterday
Success Rate
98.2%
+0.5%
Error Count
231
+12 vs yesterday
Avg. Latency
145ms
-23ms
Timestamp Method Endpoint Status Latency API Key
2026-01-28 10:32:15.234 POST /v1/chat 200 156ms vdek_prod_••••abc1
2026-01-28 10:31:42.891 GET /v1/conversations 200 45ms vdek_prod_••••abc1
2026-01-28 10:30:18.567 POST /v1/upload 413 2ms vdek_dev_••••xyz9
2026-01-28 10:28:55.123 GET /v1/documents 200 89ms vdek_prod_••••abc1
2026-01-28 10:27:33.456 POST /v1/chat 200 234ms vdek_prod_••••abc1
2026-01-28 10:25:11.789 POST /v1/webhooks 401 12ms vdek_dev_••••xyz9
2026-01-28 10:24:08.012 DELETE /v1/documents/doc_123 204 67ms vdek_prod_••••abc1
2026-01-28 10:22:45.345 POST /v1/chat 200 456ms vdek_prod_••••abc1

Request Details

Request Info
Request ID
req_abc123xyz789
Timestamp
2026-01-28 10:32:15.234
Method
POST
Status
200 OK
Latency
156ms
API Key
vdek_prod_••••abc1
Endpoint
/v1/chat
Request Headers
{
  "Authorization": "Bearer vdek_prod_••••",
  "Content-Type": "application/json",
  "User-Agent": "VantioSDK/1.0 Python/3.11",
  "X-Request-ID": "req_abc123xyz789"
}
Request Body
{
  "message": "Hello, how does this work?",
  "conversation_id": "conv_456",
  "model": "gpt-4o"
}
Response Body
{
  "ok": true,
  "answer": "Hello! I'm happy to help...",
  "meta": {
    "conversation_id": "conv_456",
    "rag_used": false,
    "tokens_used": 145
  }
}