청구 사용량 API (Beta)
Get paginated billing usage data for the authenticated user. DEPRECATED: This endpoint is rate limited to 10 requests per minute per user and will be removed in a future release. Use GET /api/v1/billing/usage-history instead, which provides the same data with keyset pagination. Accounts created on or after 2026-07-07 are blocked with a 410 and must use the replacement endpoint.
- timestamp: 청구 사용량 항목이 생성된 타임스탬프
- sku: 청구 사용량 항목과 연결된 제품
- pricePerUnitUsd: 단위당 USD 가격
- unit: 소비된 단위 수
- amount: 청구 사용량 항목에 청구된 총 금액
- currency: 청구 사용량 항목에 청구된 통화
- notes: 청구 사용량 항목에 대한 메모
- inferenceDetails.requestId: 추론과 연결된 요청 ID
- inferenceDetails.inferenceExecutionTime: 추론 실행 시간(밀리초)
- inferenceDetails.promptTokens: 프롬프트에서 요청한 토큰 수. LLM 사용에만 표시됩니다.
- inferenceDetails.completionTokens: 완료에서 사용된 토큰 수. LLM 사용에만 표시됩니다.
인증
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
헤더
Accept header to specify the response format
"application/json, text/csv"
쿼리 매개변수
Filter by currency
USD, VCU, DIEM, BUNDLED_CREDITS "USD"
End date for filtering records (ISO 8601)
"2024-12-31T23:59:59.000Z"
Number of items per page
0 < x <= 500200
Page number for pagination
x > 01
Sort order for createdAt field
asc, desc "desc"
Start date for filtering records (ISO 8601)
"2024-01-01T00:00:00.000Z"
응답
Successful response
The response schema for the billing usage endpoint