> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Status values

> Allowed values for the scan status field.

The `status` field on scan responses and webhook payloads takes one
of three values:

| Value        | Meaning                                                                                                                                                                                                                          |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `processing` | The scan is in flight. You'll only see this on poll responses; Tumban does not deliver webhooks while a scan is processing.                                                                                                      |
| `completed`  | The scan reached a terminal state with a usable triage report. Some analysis steps may have been skipped (login walls, timeouts, blocked content); inspect the [`coverage`](/concepts/coverage) object to see what actually ran. |
| `failed`     | The scan could not produce a triage report. The `error` field explains why; the webhook defaults `recommendation` to `review_high` so the profile still lands in your review queue.                                              |

These values are stable. New statuses, if any, will be added without
removing existing ones.
