---
title: "Fetch console logs by address"
method: GET
path: "/logs/{address}/persistent/requests"
tags: ["Logs"]
---

# Fetch console logs by address

`GET /logs/{address}/persistent/requests`

Fetch console logs by address from the log store only if persistent
logging is enabled on this Jstz node instance

## Path parameters

- `address` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- LogRecord[]
  - `address` string, required
  - `level` 'ERROR' | 'WARN' | 'INFO' | 'DEBUG', required
  - `requestId` string, required
  - `text` string, required

## Other responses

- `400`
- `404`

## Changes

- **2025-06-18** `a31cb8e5295f` — 1 warning, 1 info
  - added the new `DEBUG` enum value to the `items/level` response property for the response status `200`
  - removed the `LOG` enum value from the `items/level` response property for the response status `200`
- **2025-04-22** `b769ef8fc63d` — 1 breaking, 1 info
  - removed the required property `items/request_id` from the response with the `200` status
  - added the required property `items/requestId` to the response with the `200` status
- **2025-04-22** `5c5691d39e38` — 1 breaking
  - the `items/address` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2025-01-24** `2ee703bf38e7` — 1 breaking, 1 info
  - the `items/address` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/PublicKeyHash, #/components/schemas/SmartFunctionHash` from the `items/address` response property `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/jstz-dev/apis/jstz-node/changes/logs/:address/persistent/requests/get.md)

---

[API](https://skmtc.dev/jstz-dev/apis/jstz-node.md) · [All operations](https://skmtc.dev/jstz-dev/apis/jstz-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jstz-dev/jstz-node/revisions/392d697d9913/schema)
