---
title: "List Studio Project Snapshots"
method: GET
path: "/v1/studio/projects/{project_id}/snapshots"
tags: ["studio"]
---

# List Studio Project Snapshots

`GET /v1/studio/projects/{project_id}/snapshots`

Retrieves a list of snapshots for a Studio project.

## Path parameters

- `project_id` string, required — The ID of the Studio project.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- ProjectSnapshotsResponseModel
  - `snapshots` ProjectSnapshotResponseModel[], required — List of project snapshots.
    - `project_snapshot_id` string, required — The ID of the project snapshot.
    - `project_id` string, required — The ID of the project.
    - `created_at_unix` integer, required — The creation date of the project snapshot.
    - `name` string, required — The name of the project snapshot.
    - `audio_upload` object, nullable — (Deprecated)
    - `zip_upload` object, nullable — (Deprecated)

## Other responses

- `422` — Validation Error

---

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