---
title: "Scan all nodes using DAS Guardian"
method: POST
path: "/v1/das-guardian/mass-scan"
tags: ["das-guardian"]
---

# Scan all nodes using DAS Guardian

`POST /v1/das-guardian/mass-scan`

Performs DAS Guardian scans on all available consensus client nodes in parallel

## Request body

- ApiAPIDasGuardianMassScanRequest
  - `random_count` integer — Number of random slots to select (default: 4)
  - `random_mode` string — Random slot selection mode: "non_missed", "with_blobs", "available"
  - `slots` integer[] — Optional slot numbers to scan

## Response `200`

OK

- ApiAPIDasGuardianMassScanResponse
  - `error` string
  - `results` object — ENR -> node result
  - `slots` integer[] — The slots that were scanned
  - `success` boolean

## Other responses

- `400` — Invalid request
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/versions/73a9fb0d9c41/schema)
