---
title: "Lists all snapshots for all steps in specified flow."
method: GET
path: "/flows/{flow_id}/snapshots"
tags: ["snapshots"]
---

# Lists all snapshots for all steps in specified flow.

`GET /flows/{flow_id}/snapshots`

You have to be a member of the workspace’s scope, where the specified flow is located

## Path parameters

- `flow_id` string, required

## Response `200`

OK

- object
  - `data` object[], required
    - `id` string, required
    - `type` 'snapshot', required
    - `links` object, required
      - `self` string, required
    - `attributes` object, required
      - `snapshot` object, required
  - `meta` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Forbidden

---

[API](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2.md) · [All operations](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/elastic-io-rest-api-documentation-v2/revisions/411f9f98c01e/schema)
