# BatchStatus

The possible batch status values

## Enum

* `Open` (value: `'open'`)

* `Queued` (value: `'queued'`)

* `Processing` (value: `'processing'`)

* `Completed` (value: `'completed'`)

* `CompletedWithErrors` (value: `'completed_with_errors'`)

* `Archived` (value: `'archived'`)

* `Notifying` (value: `'notifying'`)

* `Invalid` (value: `'invalid'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
