Get a simulation (poll here)
The status and, once COMPLETED, the spread polygons. While the run is QUEUED the response carries a Retry-After header; stop polling once status is terminal. Only simulations belonging to your organization are visible.
GET
/v1/fire-spread/simulations/{simulationId}Authorization
AuthorizationBearer token (JWT) · headerrequiredToken from `POST /v1/token` — see the Authentication guide.
Path parameters
simulationIdstring<uuid>requiredResponses
200The simulation.
idstring<uuid>statusstring`QUEUED` until the worker reports back. `NO_SPREAD` means the model completed but the fire did not grow meaningfully. `FAILED` carries `errorMessage`.
Allowed:
QUEUEDCOMPLETEDNO_SPREADFAILEDclusterIdstring<uuid>Absent for point ignitions.
modelstringdurationHoursintegerensembleMembersintegersourcesstring[]The source codes that were eligible to seed the run: what you passed, or the defaults expanded.
lookbackHoursinteger | nulllatitudenumberlongitudenumberlocationNamestringignitionPointCountintegerHotspots that seeded the run (at most 100; the most recent and most intense are kept when a cluster has more).
ignitionIgnitionFeatureCollectionGeoJSON `Point` features for the hotspots that seeded the run, with `hotspotId`, `source`, `observedAt` and `fireRadiativePower` properties.
Show propertiesHide properties
typestringfeaturesobject[]createdAtstring<date-time>errorMessagestringPresent when `FAILED`.
summaryobjectModel outputs. Absent until the worker has reported back.
Show propertiesHide properties
burnedAreaM2numberFinal burned area in square metres.
edgeReachedbooleanTrue when the fire reached the edge of the modelled domain, so the last polygons are clipped.
windSpeedAvgMsnumberMean wind speed over the run, m/s.
windDirectionAvgnumberMean wind direction, degrees.
resultobjectGeoJSON `FeatureCollection`, present once `COMPLETED`. One `MultiPolygon` feature per simulated hour with `properties.hour` (1…durationHours), `properties.elapsed_seconds`, and `properties.burn_probability` for ensemble runs. Each polygon is cumulative: the area burned by that hour.
linksobjectShow propertiesHide properties
selfstring<uri>404`simulation-not-found`: unknown id, or a simulation owned by another organization.
codestringStable machine-readable code: `invalid-request`, `cluster-not-found`, `simulation-not-found`, `too-many-simulations`.
messagestring