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

# getPlaidBankTransactions

> Lists historical bank transactions populated by identity-service from Plaid.

Lists historical bank transactions populated by identity-service from Plaid. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
query {
  getPlaidBankTransactions(
    input: PlaidBankTransactionFilterInput
  ): PlaidBankTransactionPage!
}
```

## Arguments

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

## Returns

[`PlaidBankTransactionPage!`](/api-reference/types/plaid-bank-transaction-page)
