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

# List all screenshots

`GET /projects/{project_id}/screenshots`

Retrieves a list of screenshots from the project.

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

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `project_id` string
  - `screenshots` Screenshots[]
    - `screenshot_id` number — A unique identifier of the screenshot.
    - `key_ids` unknown[] — List of key identifiers, the screenshot is attached to.
      - unknown
    - `keys` object[] — List of key keys with coordinates.
      - `key_id` number — A unique identifier of the key.
      - `coordinates` object — Key coordinates of the key area
        - `left` number — <code>x</code> position of the left-top corner
        - `top` number — <code>y</code> position of the left-top corner
        - `width` number — width (pixels) of the area
        - `height` number — height (pixels) of the area
    - `url` string — Link to the screenshot.
    - `title` string — Screenshot title.
    - `description` string — Description of the screenshot.
    - `screenshot_tags` unknown[] — List of screenshot tags.
      - unknown
    - `width` number — Width of the screenshot, in pixels.
    - `height` number — Height of the screenshot, in pixels.
    - `created_at` string — Creation date of the screenshot.
    - `created_at_timestamp` number — Unix timestamp when the screenshot was created.

---

[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/versions/7bceba421b12/schema)
