Skip to main content
GET
/
tasks
/
{task_id}
Get Task Status
curl --request GET \
  --url https://api.example.com/tasks/{task_id}

GET /tasks/

Poll this endpoint after any queued operation that returns a taskId.

Notes

  • Terminal statuses are completed, failed, and cancelled.
  • For completed energy-model or shading jobs, fetch the created resource directly for the full payload.