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

# getTransactions

> Retrieves paginated transaction history for the authenticated user's account.

Retrieves paginated transaction history for the authenticated user's account.
Supports comprehensive filtering and pagination. Requires LIST\_PAYMENT and LIST\_PURCHASES scope.

```graphql theme={null}
query {
  getTransactions(
    filter: TransactionFilterInput
    paginate: OffsetInput
  ): TransactionConnection!
}
```

## Arguments

<ParamField body="filter" type="TransactionFilterInput">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`TransactionConnection!`](/api-reference/types/transaction-connection) — Paginated response for transactions query.
