Get Extract Task
Extract
Get Extract Task
Poll extract task status and get download links
GET
Get Extract Task
Check where an extract task is at. This comes back right away, so poll it every 5–10 seconds until
Terminal state:
When
For dynamic-fbx, Terminal state:
When the task fails, the
status is complete or failed.
Permissions. You can only query tasks created by you or your organization — other tasks return
404.State machine
queued → processing → complete | failed
Response fields
Terminal state: complete
When status is complete, result returns each artifact as a temporary signed download link via *_url / *_urls fields. Links are valid for 1 hour and re-signed on every poll — if a link expires, just GET again to receive a fresh one.
static-bin completed example:
result carries the glb / fbx download links (glb_url, fbx_url).
Terminal state: failed
When the task fails, the GET itself returns HTTP 200 — the failure is reported in the body’s status / error / error_code fields.
Polling examples
Authorizations
API key passed as Bearer token
Path Parameters
Response
Extract task status
Example:
"ext_a1b2c3d4e5f60718"
Available options:
static_bin, dynamic_fbx Example:
"static_bin"
Task status. Poll until complete or failed.
Available options:
queued, processing, complete, failed Example:
"2026-06-12T08:00:00+00:00"
Example:
"2026-06-12T08:03:21+00:00"
Present when status is complete. Carries temporary signed download links via *_url / *_urls fields (valid 1 hour, re-signed on every poll). For static_bin: stripped_bin_url, render_output_urls. For dynamic_fbx: glb_url, fbx_url.
Short error label when status is failed.
Example:
"The extract task failed."
Structured error code when status is failed (e.g. CS-UORC01-017).
Example:
"CS-UORC01-017"

