---
title: "List all the registered scans"
method: GET
path: "/scan/listAll"
tags: ["scan"]
---

# List all the registered scans

`GET /scan/listAll`

## Response `200`

List of scans registered

- Scan[]
  - `scanName` string
  - `scanId` integer
  - `walletInteraction` 'off' | 'shared' | 'forced'
  - `removeOffchain` boolean
  - `trackingRule` ScanningPredicate
    - `predicate` string, required

## Other responses

- `default` — Error

---

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