cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/api_logs \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "endpoint": "<string>", "http_method": "<string>", "response_status": 123, "response_time_ms": 123, "created_at": "2023-11-07T05:31:56Z", "ip_address": "<string>", "error_message": "<string>", "api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api_key_name": "<string>" } ], "meta": { "page": 2, "per_page": 2, "total_pages": 1, "total_count": 1 } }
Returns logs of external API calls made by your project, most recent first.
Filter by endpoint (partial match)
Filter by HTTP status code
Only return logs with status >= 400
Time period filter
24h
7d
30d
x >= 1
Success
Show child attributes
Was this page helpful?