---
title: "List all snapshots"
method: GET
path: "/projects/{project_id}/snapshots"
tags: ["Snapshots"]
---

# List all snapshots

`GET /projects/{project_id}/snapshots`

Retrieves a list of project snapshots. Requires *Manage settings* admin right.

Requires <code>read_snapshots</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `project_id` string
  - `snapshots` Snapshots[]
    - `snapshot_id` number — A unique identifier of the snapshot.
    - `title` string — Snapshot title.
    - `created_at` string — Date and time of the snapshot creation.
    - `created_at_timestamp` string — Unix timestamp when the snapshot was created.
    - `created_by` number — Identifier of a user, who has created the snapshot.
    - `created_by_email` string — E-mail of a user, who has created the snapshot.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
