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

# getGiftCards

> Retrieves the user's gift cards.

Retrieves the user's gift cards. Requires LIST\_PURCHASES scope.

```graphql theme={null}
query {
  getGiftCards(
    status: [GiftCardStatus]
    userCashBalanceId: UUID
    paginate: OffsetInput
  ): [GiftCard]
}
```

## Arguments

<ParamField body="status" type="[GiftCardStatus]">
  *No description provided in the schema yet.*
</ParamField>

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

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

## Returns

[`[GiftCard]`](/api-reference/types/gift-card) — GiftCard represents a record of a gift card purchased by a user.
