---
title: "Get Snapshots"
method: GET
path: "/tenant/{env_id}/{tenant}/snapshots"
---

# Get Snapshots

`GET /tenant/{env_id}/{tenant}/snapshots`

Retrieve either a list of snapshot files or a specific snapshot file for a tenant.

Learn more about snapshots [here](/transformation/snapshots).

## Path parameters

- `env_id` string, required
- `tenant` string, required

## Query parameters

- `file` string
- `folder` string

## Response `200`

Successful response

- union
  - object[]
    - `file` string
    - `last_updated` string, date-time
  - object
    - `data` string
    - `mime_type` string

---

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