---
title: "Events"
method: GET
path: "/events"
---

# Events

`GET /events`

Get events by name in decending order

## Query parameters

- `height` integer, required
- `name` string, required
- `offset` integer

## Response `200`

Responses for GET /events

- object
  - `events` object[]
    - `block_height` integer
    - `event_index` integer
    - `fields` Event
    - `name` string
    - `timestamp` string, date-string
    - `transaction_hash` 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/events/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)
