---
title: "ver 2026-04-29"
method: GET
path: "/display/curation/{curationId}/clips"
---

# ver 2026-04-29

`GET /display/curation/{curationId}/clips`

2026-04-29 버전의 전시 큐레이션 클립 목록 조회 API입니다.

## Path parameters

- `curationId` integer, required

## Query parameters

- `partnerUniqueId` string, required
- `limit` integer
- `page` integer

## Headers

- `Authorization` string, required
- `x-api-version` '2026-04-29'

## Response `200`

200

- object
  - `timestamp` integer — 타임스탬프
  - `requestId` string — 요청 ID
  - `data` object — 응답 데이터
    - `count` integer — 총 갯수
    - `page` string — 현재 페이지
    - `limit` string — 페이지 당 데이터갯수
    - `rows` object[] — 목록
      - `id` integer — 클립 ID
      - `description` string — 클립 설명
      - `type` 'clip' | 'reward' | 'advertise' — 클립 타입 clip-클립 reward-리워드 advertise-광고
      - `state` 'public' | 'private' — 클립 상태 public-공개 private-비공개
      - `thumbnailUrl` string — 썸네일 path Url
      - `customThumbnailUrl` string — 커스텀 썸네일 path url
      - `thumbnailType` string — 썸네일 타입 AUTO-자동추출 CUSTOM-직접 업로드
      - `thumbnailFullUrl` string — 클립 썸네일 full url
      - `customThumbnailFullUrl` string — 커스텀 클립 썸네일 full url
      - `channelName` string — 채널명
      - `channelUrl` string — 채널 클릭 시 이동할 채널 url
      - `channelThumbnailUrl` string — 채널 썸네일 full url
      - `isChannelUsed` boolean — 채널 사용 여부
      - `isTagUsed` boolean — 태그 사용 여부
      - `isCommentUsed` boolean — 댓글 사용 여부
      - `isPageViewCountVisible` boolean — 조회수 표시 여부
      - `introduction` string — 클립 소개 내용
      - `displayStartedAt` string — 공개 시작 일자 (null인경우 무제한)
      - `displayEndedAt` string — 공개 종료 일자 (null인경우 무제한)
      - `shortUrl` string — 숏링크
      - `clipSource` object — 클립 영상 정보
        - `id` integer — 영상 ID
        - `hash` string — 영상 해시
        - `state` 'ready' | 'converting' | 'done' | 'error' — 영상 상태 ready-준비 converting-변환중 done-변환완료 error-에러
        - `errorCode` string — 에러 코드(1021,1020 등의 숫자형식의 에러 코드)
        - `duration` integer — 재생 시간 (초)
        - `size` integer — 사이즈
        - `width` integer — 가로 사이즈
        - `height` integer — 세로 사이즈
        - `previewKey` string — 미리보기 path
        - `key` string — 영상 path
        - `progress` integer — 변환 진행률 (0.0 ~ 1.0까지)
        - `eta` integer — 예상 변환 종료시간 (소수점 단위 초)
        - `createdAt` string — 생성일
      - `clipInformation` object — 클립 부가 정보
        - `id` integer — 클립 정보 ID
        - `pv` integer — 페이지 뷰 카운팅
        - `click` integer — 클릭 키운팅
        - `like` integer — 좋아요 카운팅
      - `clipTags` object[] — 클립 태그 목록
        - `id` string — 태그 ID
        - `tag` string — 태그명
        - `createdAt` string — 생성일
        - `updatedAt` string — 수정일
        - `deletedAt` string — 삭제일
        - `clipsToTags` object[] — 클립-태그 연결 정보
          - `createdAt` string — 생성일
          - `updatedAt` string — 수정일
          - `clipId` string — 클립ID
          - `clipTagId` string — 클립태그ID
      - `products` object[] — 상품 목록
        - `productId` integer — 상품 ID
        - `productUniqueId` string — 상품 유니크 ID
        - `affiliateProductId` string — 외부 상품 코드
        - `productName` string — 상품명
        - `brandName` string — 브랜드명
        - `countryCode` 'KR' | 'US' | 'JP' | 'VN' | 'ID' — 국가 코드 KR: 대한민국 통화 코드</br> US: 미국 통화 코드</br> JP: 일본 통화 코드</br> VN: 베트남 통화 코드</br> ID: 인도네시아 통화 코드</br>
        - `currencyCode` 'KR' | 'US' | 'JP' | 'VN' | 'ID' — 환율 코드 KRW: 대한민국 통화</br> USD: 미국 통화 </br> JPY: 일본 통화</br> VND: 베트남 통화</br> IDR:인도네시아 통화
        - `currencyNotationCode` '₩' | '$' | '₫' | 'Rp' | '¥' — 통화 표기 코드 ₩: 대한민국 원 단위</br> $: 미국 달러 단위</br> ¥: 일본 엔 단위</br> ₫: 베트남 동 단위</br> Rp: 인도네시아 루피아 단위</br>
        - `price` string — 가격
        - `textPrice` string — 텍스트 가격
        - `discountType` string — 할인 타입
        - `discountRate` string — 할인율
        - `discountPrice` string — 할인된 가격
        - `sellingPrice` string — 최종 할인가
        - `sellingTextPrice` string — 텍스트 할인가
        - `thumbnailUrl` string — 상품 썸네일 URL
        - `redirectUrl` string — 이동할 URL
        - `createdDate` string — 생성 일자
        - `updatedDate` string — 수정 일자
      - `partnerUniqueId` string — 파트너 유니크 ID(문자형)
      - `createdAt` string — 생성 일자
      - `updatedAt` string — 수정 일자

## Other responses

- `404` — 404

---

[API](https://skmtc.net/sauce/apis/authorize-v2.md) · [All operations](https://skmtc.net/sauce/apis/authorize-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sauce/authorize-v2/versions/17497c96804d/schema)
