---
title: "GET /transactions/batch-events"
method: GET
path: "/transactions/batch-events"
tags: ["transactions"]
---

# GET /transactions/batch-events

`GET /transactions/batch-events`

List batch events

## Query parameters

- `payment_processor_ids` string
- `limit` integer
- `offset` integer
- `ok` boolean

## Response `200`

- BatchEventWithFundInfo[]
  - `bank_last_four` string
  - `bank_name` string
  - `batch_id` string
  - `contents` BatchEventContents
    - `payout_ids` string[]
    - `reversal_ids` string[]
    - `withdrawal_ids` string[]
  - `created` unknown
  - `fund_id` string
  - `net` integer
  - `result` string
  - `result_human_readable` string
  - `total_payouts` integer
  - `total_withdrawals` integer
  - `type` string
  - `type_human_readable` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

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