---
title: "ScanStatus"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-dispatch-document-api-1-0-0/versions/37a28be1-2b73-47a5-9171-d6fcf5977ad4/schemas/ScanStatus"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-dispatch-document-api-1-0-0/versions/37a28be1-2b73-47a5-9171-d6fcf5977ad4.md

# ScanStatus

The status of the virus scan on the document. This list is not exhaustive and additional values may be added at any time.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Dispatch Document API
  version: 1.0.0
servers:
  - url: https://document-api.centraldispatch.com
    description: Production server
components:
  schemas:
    ScanStatus:
      enum:
        - SCAN_NOT_SUPPORTED
        - NOT_SCANNED
        - SUCCESS
        - FAILED
      description: The status of the virus scan on the document. This list is not
        exhaustive and additional values may be added at any time.
      example: SUCCESS
```
