跳转到主要内容
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": "zai-org-glm-5-1",
      "rateLimitTier": "paid",
      "rateLimitType": "RPM",
      "timestamp": "2023-10-01T12:00:00.000Z"
    }
  ],
  "object": "list"
}

实验性端点

这是一个实验性端点,可能会发生变化。

Postman 集合

如需更多示例,请参阅此 Postman 集合

授权

Authorization
string
header
必填

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

响应

OK

data
object[]
必填

The last 50 rate limit logs for the account.

object
enum<string>
必填
可用选项:
list