> ## 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.

# getBulkOperationJob

> Get the status and counters of one of your bulk jobs, using 'Basic <API_KEY>'.

Get the status and counters of one of your bulk jobs, using 'Basic \<API\_KEY>'. Reads the job
row only (no per-item scan) — poll this to follow progress. Returns not-found for a job id that
is unknown or belongs to another application.

```graphql theme={null}
query {
  getBulkOperationJob(
    bulkJobId: UUID!
  ): BulkJob
}
```

## Arguments

<ParamField body="bulkJobId" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`BulkJob`](/api-reference/types/bulk-job) — A submitted bulk job.
