---
title: "List Events for an Organization"
method: GET
path: "/v1/events"
tags: ["Events"]
---

# List Events for an Organization

`GET /v1/events`

The **List Events for an Organization** endpoint allows you to retrieve a list of events associated with your organization. These events correspond to the same data received via webhooks, providing you with access to historical event records. This is useful for auditing purposes or in case of connection loss, ensuring you can always review actions such as subscription management, payment transactions, and plan creation.

## Query parameters

- `after` string
- `before` string
- `limit` integer
- `page` integer
- `since` string
- `sort` 'asc' | 'desc'
- `until` string

## Response `200`

OK

- InternalPaginatedResponseEventsEvent
  - `data` InternalPaginatedItemsEventsEvent
    - `items` EventsEvent[]
      - `type` string — The type or category of the event.
      - `action` string — The action associated with the event.
      - `data` object — Additional data associated with the event.
      - `id` string — The unique identifier of the event.
      - `timestamp` string — The timestamp indicating when the event occurred.
    - `last_update` string — The timestamp indicating when the data was last updated.
    - `next` integer — The index indicating the next page of items.
    - `total` integer — The total number of items across all pages.
  - `error` boolean

---

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