GET
/
api_keys
/
rate_limits
/
log
curl --request GET \
  --url https://api.venice.ai/api/v1/api_keys/rate_limits/log \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "apiKeyId": "<string>",
      "modelId": "mistral-31-24b",
      "rateLimitType": "RPM",
      "rateLimitTier": "paid",
      "timestamp": "2023-10-01T12:00:00.000Z"
    }
  ]
}

Experimental Endpoint

This is an experimental endpoint and may be subject to change.

Postman Collection

For additional examples, please see this Postman Collection.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
OK
object
enum<string>
required
Available options:
list
data
object[]
required

The last 50 rate limit logs for the account.