---
title: "Get Snapshots"
method: GET
path: "/graph-project/{graph_project_id}/snapshots"
---

# Get Snapshots

`GET /graph-project/{graph_project_id}/snapshots`

## Path parameters

- `graph_project_id` string, required

## Response `200`

Successful Response

- GetSnapshotsResponse
  - `snapshots` SnapshotSummary[], required
    - `snapshot_id` string, required
    - `workspace_id` string, required
    - `created_by_user_id` string, required
    - `capabilities` string[], required
    - `source_project_display_name` string, required
    - `trigger` string, required
    - `label` string, nullable, required
    - `thumbnail_url` string, nullable, required
    - `is_public` boolean, required
    - `content_hash` string, required
    - `source_version` integer, required
    - `created_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
