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

# BulkJobStatus

> The lifecycle status of a bulk job.

**Enum**

The lifecycle status of a bulk job.

## Values

<ResponseField name="QUEUED" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="RUNNING" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="COMPLETED" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="COMPLETED_WITH_ERRORS" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="FAILED" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="CANCELLED" type="enum value">
  *No description provided in the schema yet.*
</ResponseField>
