Skip to main content
GET
Get export state and fresh download URL

인증

Authorization
string
header
필수

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

경로 매개변수

exportId
string
필수

응답

200 - application/json

Export state

id
string
필수
status
enum<string>
필수
사용 가능한 옵션:
created,
queued,
in-progress,
completed,
failed,
cancelled,
timed-out,
finalized
error
string | null
fileId
string | null
filename
string
Minimum string length: 1
fileExtension
string
resolution
string
quality
string
fps
transparent
boolean
renderMode
enum<string>
사용 가능한 옵션:
standard,
fast
renderBackend
enum<string>
사용 가능한 옵션:
batch,
lambda
downloadUrl
string<uri> | null