---
title: "GET /api/scan-zones"
method: GET
path: "/api/scan-zones"
tags: ["api", "scan-zones"]
---

# GET /api/scan-zones

`GET /api/scan-zones`

Get Scan Zones

## Query parameters

- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result
- `name` string — The name to filter for.

## Response `200`

OK

- object
  - `docs` ScanZoneResource[], required
    - `_id` string, required — The ID of the scan zone.
    - `sellerId` string, required — The ID of the seller of the scan zone.
    - `name` string, required — The name of the scan zone.
  - `total` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
