Skip to main content
GET
시트 조회

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

sheet_id
string<uuid>
required

Response

성공 응답

id
string
required

시트 UUID.

project_id
string
required

시트를 소유하는 프로젝트 UUID.

name
string
required

프로젝트에 저장된 시트 이름.

total_rows
integer
required

전체 행 수.

Required range: x >= 0
web_url
string
required

web에서 시트를 여는 완성 URL.

created_at
integer
required

리소스 생성 시각입니다. unix milliseconds 형식입니다.

rows
SheetRowResponse · object[]
required

시트 원본 행 목록.