> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agitapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Listar saques

> Liste os saques da loja vinculada ao token.

Lista apenas os saques da loja do token. Requer `withdrawals:read`.

<ParamField query="per_page" type="integer">
  Itens por página. Padrão: 20.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "data": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "store": { "id": "uuid-da-loja", "name": "Padrão" },
        "status": "sent",
        "amount": 50,
        "fee": 5,
        "net": 45,
        "currency": "BRL"
      }
    ],
    "links": {},
    "meta": { "current_page": 1, "per_page": 20 }
  }
  ```
</ResponseExample>

A lista nunca expõe a chave PIX de destino.
