Control APIAPI 레퍼런스Pricing

청구 지표를 조회합니다.

베타 API

Control API의 /v1 계약은 변경될 수 있으며, 호환되지 않는 변경도 별칭 없이 배포될 수 있습니다.

GET/v1/billing/metrics

전체 청구 지표를 표시 순서로 반환합니다.

응답 본문

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/billing/metrics"
{  "items": [    {      "code": "string",      "family": "string",      "label": "string",      "sort_order": 0,      "unit": "string"    }  ]}