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

# getUserPurchases

> Retrieves the user's purchase history.

Retrieves the user's purchase history. Requires LIST\_PURCHASES scope.

```graphql theme={null}
query {
  getUserPurchases(
    filter: UserPurchaseFilterInput
    paginate: OffsetInput
  ): [UserPurchase]
}
```

## Arguments

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

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

## Returns

[`[UserPurchase]`](/api-reference/types/user-purchase) — UserPurchase represents a record of a purchase made by a user, detailing the payment methods and other relevant information.
