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

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

exportId
string
erforderlich

Antwort

200 - application/json

Export state

id
string
erforderlich
status
enum<string>
erforderlich
Verfügbare Optionen:
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>
Verfügbare Optionen:
standard,
fast
renderBackend
enum<string>
Verfügbare Optionen:
batch,
lambda
downloadUrl
string<uri> | null