---
title: "List all events"
method: GET
path: "/v1/event"
tags: ["Events"]
---

# List all events

`GET /v1/event`

List all event objects.

## Query parameters

- `events` EventType[] — Return events of these type.
- `created_at` object
  - `after` string, date-time — Return objects where the `created_at` timestamp is after the entered timestamp.
  - `on_or_after` string, date-time — Return objects where the `created_at` timestamp is the same as or after the entered timestamp.
  - `before` string, date-time — Return objects where the `created_at` timestamp is before the entered timestamp.
  - `on_or_before` string, date-time — Return objects where the `created_at` timestamp is the same as or before the entered timestamp.
- `limit` integer
- `starting_after` string
- `ending_before` string
- `object_id` string

## Response `200`

A list of events

- object
  - `objects` Event[], required
    - `id` string — ID of the Event object.
    - `event` 'ach.processing' | 'ach.submitted' | 'ach.posted' | 'ach.under_review' | 'ach.approved' | 'ach.rejected' | 'ach.pending_return' | 'ach.returned' | 'ach.corrected' | 'ach.canceled' | 'ach.scheduled' | 'ach.return_dishonored' | 'ach.return_contested' | 'account_number.created' | 'internal_transfer.succeeded' | 'internal_transfer.failed' | 'internal_transfer.posted' | 'internal_transfer.rejected' | 'lending.disbursement.processing' | 'lending.disbursement.succeeded' | 'lending.disbursement.failed' | 'lending.disbursement.ach_correction' | 'wire.created' | 'wire.under_review' | 'wire.scheduled' | 'wire.processing' | 'wire.posted' | 'wire.rejected' | 'wire.canceled' | 'wire.cancel_pending' | 'instant_payment.posted' | 'instant_payment.rejected' | 'instant_payment.under_review' | 'instant_payment.counterparty_status_updated' | 'instant_payment.return_request_response_needed' | 'instant_payment.return_request_status_updated' | 'funding.posted' | 'funding.rejected' — The type of event.
    - `created_at` string — Timestamp at which the Event object was created.
    - `object` object — The object associated with this event.
  - `has_more` boolean, required — Indicates whether more results are available.

## Other responses

- `422` — Your request parameters did not validate.

---

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