---
title: "Get Pool Status"
method: GET
path: "/zfs/pools/{guid}/status"
tags: ["ZFS"]
---

# Get Pool Status

`GET /zfs/pools/{guid}/status`

Get the status of a ZFS pool

## Path parameters

- `guid` string, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGzfsZPoolStatusPool
  - `data` GzfsZPoolStatusPool
    - `action` string
    - `dedup` object
    - `l2cache` object
    - `logs` object
    - `name` string
    - `pool_guid` string
    - `scan_stats` GzfsZPoolStatusScanStats
      - `bytes_per_scan` string
      - `end_time` string
      - `errors` string
      - `examined` string
      - `function` string
      - `issued` string
      - `issued_bytes_per_scan` string
      - `pass_start` string
      - `processed` string
      - `scrub_pause` string
      - `scrub_spent_paused` string
      - `skipped` string
      - `start_time` string
      - `state` string
      - `to_examine` string
    - `spa_version` string
    - `spares` object
    - `special` object
    - `state` string
    - `status` string
    - `txg` string
    - `vdevs` object
    - `zpl_version` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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