Check the status of an async quietness calculation session
| Field | Type | Description |
|---|---|---|
status | string | Current status: PENDING, PROCESSING, COMPLETED, or FAILED |
progress.total | integer | Total number of geolocations in the session |
progress.processed | integer | Number of geolocations processed so far |
progress.successful | integer | Number of successful calculations |
progress.failed | integer | Number of failed calculations |
submitted_at | string | Timestamp when the session was created |
started_at | string | Timestamp when processing started (null if not started) |
completed_at | string | Timestamp when processing completed (null if not completed) |
| Status | Description |
|---|---|
PENDING | Session is queued and waiting to be processed |
PROCESSING | Session is currently being processed |
COMPLETED | All geolocations have been processed |
FAILED | Session processing failed |
status is COMPLETED or when progress.processed equals progress.totalcompleted_at field will be null until the session finishes