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

# BulkOperationItem

> The result of one target within a bulk job.

**Object**

The result of one target within a bulk job. For write operations, resultResourceId reconciles the
item back to the Fluz resource it produced; errorCode/errorMessage explain a failure.

## Fields

<ResponseField name="externalReferenceId" type="String">
  Your reference id for the target user, when available.
</ResponseField>

<ResponseField name="accountId" type="UUID">
  The accountId of the target user.
</ResponseField>

<ResponseField name="itemIndex" type="Int!">
  The position of this item within the job, matching submission order.
</ResponseField>

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

<ResponseField name="resultResourceId" type="String">
  The id of the Fluz resource this item produced (e.g. a transfer), when it succeeded.
</ResponseField>

<ResponseField name="errorCode" type="String">
  Machine-readable failure reason when status is FAILED or SKIPPED.
</ResponseField>

<ResponseField name="errorMessage" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="metadataResults" type="[BulkMetadataEditResult!]">
  Per-edit results for an UPDATE\_TRANSACTION\_METADATA item. Null for every other operation.
</ResponseField>
