---
title: "Retrieve List of Batches"
method: GET
path: "/v1/wallets/{wallet_id}/batch_transactions"
---

# Retrieve List of Batches

`GET /v1/wallets/{wallet_id}/batch_transactions`

Use secret API key to retrieve List of Batches

## Request body

- object
  - `after` string — A cursor for use in pagination. after is a resource ID that defines your place in the list. For example, if you make a list request and receive 20 resources, ending with some_resource_id, your subsequent call can include after=some_resource_id in order to fetch the next page of the list.
  - `before` string — A cursor for use in pagination. after is a resource ID that defines your place in the list. For example, if you make a list request and receive 20 resources, ending with some_resource_id, your subsequent call can include before=some_resource_id in order to fetch the next page of the list.
  - `created_at` object
    - `between` string
  - `limit` string
  - `order` string — Sort transaction record by order. Examples: `asc` or `desc`
  - `provider` string — `paymongo`, `instapay`, or `pesonet`
  - `sort_by` string — `created_at` / `provider`

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/revisions/c18f9a027b2c/schema)
