---
title: "Get all periodic ZFS snapshot jobs"
method: GET
path: "/zfs/datasets/snapshot/periodic"
tags: ["ZFS"]
---

# Get all periodic ZFS snapshot jobs

`GET /zfs/datasets/snapshot/periodic`

Get all periodic ZFS snapshots jobs

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsZfsPeriodicSnapshot
  - `data` GithubComAlchemillahqSylveInternalDbModelsZfsPeriodicSnapshot[]
    - `createdAt` string
    - `cronExpr` string
    - `guid` string
    - `id` integer
    - `interval` integer
    - `keepDaily` integer — e.g., keep 7 daily
    - `keepHourly` integer — GFS Retention
    - `keepLast` integer — Simple Retention
    - `keepMonthly` integer — e.g., keep 12 monthly
    - `keepWeekly` integer — e.g., keep 4 weekly
    - `keepYearly` integer — e.g., keep 3 yearly
    - `lastRunAt` string
    - `maxAgeDays` integer — e.g., 30 (delete older than 30 days)
    - `pool` string
    - `prefix` string
    - `recursive` boolean
  - `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/9822c41c8ac0/schema)
