cURL
curl --request GET \ --url https://api.venice.ai/api/v1/api_keys/rate_limits/log \ --header 'Authorization: Bearer <token>'
{ "data": [ { "apiKeyId": "<string>", "modelId": "zai-org-glm-4.6", "rateLimitTier": "paid", "rateLimitType": "RPM", "timestamp": "2023-10-01T12:00:00.000Z" } ], "object": "list" }
Returns the last 50 rate limits that the account exceeded.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The last 50 rate limit logs for the account.
Show child attributes
The ID of the API key that exceeded the limit.
The ID of the model that was used when the rate limit was exceeded.
The API tier of the rate limit.
"paid"
The type of rate limit that was exceeded.
"RPM"
The timestamp when the rate limit was exceeded.
"2023-10-01T12:00:00.000Z"
list