API Call Logs

Retrieve recent API calls made with your keys.

List logs

GET /api/v1/api-keys/logs/?limit=50 Response
{
  "logs": [
    {
      "id": 123,
      "path": "/api/v1/public/chats",
      "method": "GET",
      "status_code": 200,
      "ip_address": "203.0.113.10",
      "response_ms": 42,
      "created_at": "2025-06-09T11:22:33Z"
    }
  ]
}
  • Default limit is 50
  • Only public endpoints are logged