cURL
curl --request GET \ --url https://api.electronhub.ai/v1/user/logs \ --header 'Authorization: Bearer <token>'
[ { "key": "ek-abc123def456ghi789jkl012mno345pqr678stu901vwx234yz567", "model": "gpt-4o", "route": "chat.completions", "credits": 0.0052320000000000005, "timestamp": 1747381627, "status": "success", "ip": "2001:ee0:d780:9820:9115:b97:7e06:bb5b", "input_tokens": 44, "output_tokens": 340 } ]
Get recent API request logs for the authenticated user
[ { "key": "ek-abc123def456ghi789jkl012mno345pqr678stu901vwx234yz567", "model": "gpt-4o", "route": "chat.completions", "credits": 0.001475, "timestamp": 1747802046, "status": "success", "input_tokens": 23, "output_tokens": 9, "ip": "14.161.20.81" }, { "key": "ek-abc123def456ghi789jkl012mno345pqr678stu901vwx234yz567", "model": "dall-e-3", "route": "images.generations", "credits": 0.2, "timestamp": 1747245603, "status": "success", "ip": "2001:ee0:d781:2280:e9d8:c4d6:c683:e48" }, { "key": "ek-abc123def456ghi789jkl012mno345pqr678stu901vwx234yz567", "model": "claude-3-5-sonnet-20241022", "route": "chat.completions", "credits": 0.000609, "timestamp": 1747802047, "status": "success", "input_tokens": 23, "output_tokens": 36, "ip": "14.161.20.81" } ]
Enter your API key (starts with 'ek-')
Success
The response is of type object[].
object[]