---
title: "Get Logs List"
method: POST
path: "/node/rest/eth_getLogs"
tags: ["node"]
---

# Get Logs List

`POST /node/rest/eth_getLogs`

## Request body

- LogIn
  - `fromBlock` union
    - integer
    - string
  - `toBlock` union
    - integer
    - string
  - `address` string[], nullable
  - `topics` string[], nullable
  - `blockHash` string, nullable

## Response `200`

Successful Response

- LogOut[]
  - `address` string, required
  - `blockHash` string, required
  - `blockNumber` string, required
  - `data` string, required
  - `logIndex` string, required
  - `topics` string[], required
  - `transactionHash` string, required
  - `transactionIndex` string, required
  - `removed` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
