v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
AI Roof

Retrieve AI Roof Status

Check the status of an AI Roof job.

get/tenants/{tenant_id}/designs/{design_id}/ai_roof/status

Path parameters

tenant_idstring uuid required

The ID of the tenant that the design is part of.

design_idstring uuid required

The ID of the design to generate a roof model for.

Query parameters

job_idstring uuid required

Response

The current status of the job.

Example response

{
  "ai_roof_job": {
    "status": "succeeded",
    "source": "api"
  }
}