메인 콘텐츠로 건너뛰기
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