---
title: "GET /api/snapshots/application/{application_id}/"
method: GET
path: "/api/snapshots/application/{application_id}/"
tags: ["Snapshots"]
---

# GET /api/snapshots/application/{application_id}/

`GET /api/snapshots/application/{application_id}/`

Lists snapshots that were created for a given application.

## Path parameters

- `application_id` integer, required

## Response `200`

- Snapshot[]
  - `id` integer, required
  - `name` string, required
  - `snapshot_from_application` integer, required
  - `created_at` string, date-time, required
  - `created_by` User, required
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

## Other responses

- `400`
- `404`

---

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