---
title: "Get logs list"
method: POST
path: "/api/scan/logs"
tags: ["logs"]
---

# Get logs list

`POST /api/scan/logs`

## Request body

- InternalServerHttpLogsParams
  - `block_num` integer, required

## Response `200`

OK

- object
  - `code` integer
  - `data` ModelChainLogJson[]
    - `block_num` integer
    - `data` string
    - `log_index` string
    - `log_type` string
  - `generated_at` integer
  - `message` string

---

[API](https://skmtc.net/subscan-explorer/apis/untitled-api.md) · [All operations](https://skmtc.net/subscan-explorer/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/subscan-explorer/untitled-api/versions/5e9ebf864655/schema)
