---
title: "Get Pool Stats"
method: GET
path: "/zfs/pool/stats/{interval}/{limit}"
tags: ["ZFS"]
---

# Get Pool Stats

`GET /zfs/pool/stats/{interval}/{limit}`

Get the historical stats of a ZFS pool

## Path parameters

- `interval` integer, required
- `limit` integer, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersZfsPoolStatPointResponse
  - `data` InternalHandlersZfsPoolStatPointResponse
    - `intervalMap` GithubComAlchemillahqSylveInternalDbIntervalOption[]
      - `label` string
      - `value` integer
    - `poolStatPoint` object
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `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/950e51f8af98/schema)
