Skip to main content
Poll this endpoint to check the status of your 3D model generation task.
If the create response included poll_url, prefer calling that exact URL for polling. /v1/tasks/{id} is the canonical fixed status endpoint for 3D jobs, and id / task_id should be treated as the same async task identity.If the task no longer exists or is no longer available in the public task record, AI Sonar returns async_task_not_found with the message Task not found or no longer available.

Path Parameters

string
required
The 3D generation task ID.

Response

string
Task ID.
string
Async task identifier alias when provided.
string
Preferred polling URL when the create response supplies one.
string
Task status: pending, processing, completed, or failed.
integer
Optional progress value. Returned only when a real progress value is available; use status to determine completion.
string
URL to download the 3D model file (when completed).
string
URL to download the GLB format model (when available).
string
URL to download the FBX format model (when available).
string
Error message (when failed).