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