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

# BulkTransactionsTargetResult

> The result of a bulk transactions request for one target user.

**Object**

The result of a bulk transactions request for one target user.

## 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, when the target was resolved.
</ResponseField>

<ResponseField name="success" type="Boolean!">
  Whether transactions could be returned for this target.
</ResponseField>

<ResponseField name="error" type="BulkTargetError">
  Failure detail when success is false.
</ResponseField>

<ResponseField name="transactions" type="[Transaction!]">
  The target user's most recent transactions within the requested window, newest first —
  at most 20 per target. Restricted to the permitted accounts when the user's grant is
  scoped to specific spend accounts.
</ResponseField>

<ResponseField name="totalCount" type="Int">
  The total number of transactions matching the window for this target.
</ResponseField>

<ResponseField name="hasNextPage" type="Boolean">
  Whether the target has more transactions than the 20 returned. Use the asynchronous
  transactions export to retrieve complete history.
</ResponseField>
