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

Authorizations

Authorization
string
header
required

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

Path Parameters

exportId
string
required

Response

200 - application/json

Export state

id
string
required
status
enum<string>
required
Available options:
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>
Available options:
standard,
fast
renderBackend
enum<string>
Available options:
batch,
lambda
downloadUrl
string<uri> | null