---
title: "getContractSummaryList "
slug: "platform-costandusage-getcontractsummarylist"
tags: ["Cost And Usage"]
updated: 2026-07-23T09:04:18Z
published: 2026-07-23T09:04:18Z
canonical: "api.ncloud-docs.com/platform-costandusage-getcontractsummarylist"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# getContractSummaryList
Classic/VPC 환경에서 이용 가능합니다.
사용자 계약 요약 목록을 조회합니다. 계약 요약은 리전 코드, 계약 구분 코드, 계약 수로 구성되어 있습니다.
## 요청
요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.
| 메서드 | URI |
| :--- | :--- |
| GET | /cost/getContractSummaryList |
### 요청 헤더
Cost and Usage API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 [Cost and Usage 공통 헤더](/docs/platform-costandusage#요청헤더)를 참조해 주십시오.
### 요청 쿼리 파라미터
파라미터에 대한 설명은 다음과 같습니다.
| 필드 | 타입 | 필수 여부 | 설명 |
| :--- | :--- | :--- | :--- |
| `pageNo` | Integer | Optional | 페이지 번호 |
| `pageSize` | Integer | Optional | 페이지 크기|
| `isOrganization` | Boolean | Optional | Organization 하위 계정의 통합 사용량 조회 여부마스터만 사용 가능`isOrganization`, `isPartner` 모두 `true`이면 에러 응답 |
| `isPartner` | Boolean | Optional | 파트너 계정 조회 여부- 파트너 대표만 사용 가능
- `isOrganization`, `isPartner` 모두 `true`이면 에러 응답
|
| `memberNoList` | List<String> | Optional | 회원 번호 목록 |
| `contractMonth` | String | Required | 조회할 계약 연월(yyyyMM)|
| `contractTypeCode` | String | Optional | 계약 유형 코드 |
| `contractStatusCode` | String | Optional | 계약 상태 코드- `ALL` (기본값) \| `NOML` \| `NLEND`
- `ALL`: 모두
- `NOML`: 정상
- `NLEND`: 종료
|
| `regionCode` | String | Optional | 리전 코드- regionCode는 [getRegionList](/docs/platform-region-getregionlist) 액션을 통해서 획득 가능 | |
| `responseFormatType` | String | Optional | 응답 결과의 형식|
### 요청 예시
요청 예시는 다음과 같습니다.
```cURL
curl --location 'https://billingapi.apigw.ntruss.com/billing/v1/cost/getContractSummaryList?contractMonth=202404'
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
```
## 응답
응답 형식을 설명합니다.
### 응답 바디
응답 바디는 [ContractSummaryList](/docs/common-vapidatatype-contractsummarylist)를 참조해 주십시오.
### 응답 상태 코드
네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 자세한 내용은 [Ncloud API 응답 상태 코드](/docs/common-ncpapi#3응답상태코드)를 참조해 주십시오.
### 응답 예시
응답 예시는 다음과 같습니다.
```xml
db96b2c0-****-****-****-939ab748350e
0
success
3
2706412
KR
1
ARCST
Archive Storage
ALL
ALL
2706412
KR
2
CTNRR
Container Registry
ALL
ALL
2706412
KR
1
OBJST
Object Storage
ALL
ALL
```