---
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

## Changes

- **2026-08-12** `9a5026bf9057` — 1 info
  - added the non-success response with the status `404`
- **2026-01-01** `5cf4dbcc2128` — 1 info
  - endpoint added
- **2025-03-11** `2b736ca1b025` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/zfs/pools/:guid/status/get.md)

---

[API](https://skmtc.dev/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.dev/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alchemillahq/apis/sylve-api/revisions/6d4b8bb77d9a?raw)
