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

# BulkOperationItems

> A page of per-target results for a bulk job.

**Object**

A page of per-target results for a bulk job.

## Fields

<ResponseField name="items" type="[BulkOperationItem!]!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="totalCount" type="Int!">
  The total number of items on the job across all statuses — not filtered by the status
  argument. Read from the job's own counters, not a live count of this page's filter.
</ResponseField>

<ResponseField name="hasNextPage" type="Boolean!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="nextCursor" type="String">
  Cursor to fetch the next page when hasNextPage is true; null otherwise. Cursors are opaque —
  pass back exactly what was returned.
</ResponseField>
