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

# BulkExportOptionsInput

> Options for the read-export operations (GET_TRANSACTIONS_EXPORT, GET_BALANCES_EXPORT).

**Input object**

Options for the read-export operations (GET\_TRANSACTIONS\_EXPORT, GET\_BALANCES\_EXPORT).

## Input fields

<ParamField body="createdGte" type="DateTime">
  Only include records created at or after this time. Defaults to 90 days before createdLte.
  Applies to GET\_TRANSACTIONS\_EXPORT; GET\_BALANCES\_EXPORT is a point-in-time snapshot and
  ignores the window. Must be strictly before createdLte.
</ParamField>

<ParamField body="createdLte" type="DateTime">
  Only include records created at or before this time. Defaults to now.
</ParamField>

<ParamField body="includeMetadata" type="Boolean">
  Also include memo and category metadata for each record. Slower; defaults to false.
</ParamField>
