Skip to main content
GET
List project exports

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

경로 매개변수

projectId
string
필수

쿼리 매개변수

page
integer
기본값:1
필수 범위: x >= 1
pageSize
integer
기본값:100
필수 범위: 1 <= x <= 100

응답

200 - application/json

Project export list

id
string
필수
status
enum<string>
필수
사용 가능한 옵션:
created,
queued,
in-progress,
completed,
failed,
cancelled,
timed-out,
finalized
createdAt
string
필수
updatedAt
string
필수
fileId
string | null
fileKey
string | null
fileSize
number | null
resolution
string
quality
string
fps
transparent
boolean
renderMode
enum<string>
사용 가능한 옵션:
standard,
fast
renderBackend
enum<string>
사용 가능한 옵션:
batch,
lambda