---
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 — Count/Age Retention
    - `keepMonthly` integer — e.g., keep 12 monthly
    - `keepWeekly` integer — e.g., keep 4 weekly
    - `keepYearly` integer — e.g., keep 3 yearly
    - `lastExecutedAt` string
    - `lastRunAt` string
    - `maxAgeDays` integer — simple only; e.g., 30 days
    - `nextRunAt` string
    - `pool` string
    - `prefix` string
    - `recursive` boolean
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-04-28** `06f76ba216f7` — 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/datasets/snapshot/periodic/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/85f3f607253e?raw)
