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

# List events

`GET /events`

Returns a paginated list of events representing state changes to resources in your Dwolla application. Events track actions on customers, transfers, funding sources, and other resources, sorted by creation date (newest first). Events are retained for 30 days and are essential for webhook notifications and system activity monitoring.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `404` — not found

## Changes

- **2025-06-06** `231d0268586b` — 1 breaking, 4 info
  - removed the request body
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`
  - the response property `code` became required for the status `404`
  - …1 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/events/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
