API Call Logs
Retrieve recent API calls made with your keys.List logs
GET/api/v1/api-keys/logs/?limit=50
Response
- Default
limitis 50 - Only public endpoints are logged
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/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"
}
]
}
limit is 50