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

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

OK

data
object[]
required

The last 50 rate limit logs for the account.

object
enum<string>
required
Available options:
list