---
title: "Events for Transaction"
method: GET
path: "/transaction/event"
---

# Events for Transaction

`GET /transaction/event`

Get events for a transaction, used in case a transaction has more then a 100 of them

## Query parameters

- `transaction_id` string, required
- `offset` integer

## Response `200`

Responses for GET /transaction/event

- object
  - `events` object[]
    - `event_index` integer
    - `fields` Event
    - `name` string

## Changes

- **2023-10-20** `c4aa74c80c92` — 1 info
  - endpoint added
- **2023-10-20** `15aa25d6cb5c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/findonflow/apis/findlabs-historical-api/changes/transaction/event/get.md)

---

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