---
title: "Get Albums"
method: GET
path: "/albums/"
tags: ["Albums"]
---

# Get Albums

`GET /albums/`

Get all albums. Always returns both locked and unlocked albums.

## Response `200`

Successful Response

- GetAlbumsResponse
  - `success` boolean, required
  - `albums` Album[], required
    - `album_id` string, required
    - `album_name` string, required
    - `description` string, required
    - `is_locked` boolean, required
    - `cover_image_path` string, nullable
    - `image_count` integer
    - `created_at` string, nullable
    - `updated_at` string, nullable

## Changes

- **2026-08-04** `74dd11c5af73` — 2 info
  - added the optional property `albums/items/created_at` to the response with the `200` status
  - added the optional property `albums/items/updated_at` to the response with the `200` status
- **2026-08-02** `e97534403a38` — 1 breaking, 1 warning, 4 info
  - removed the required property `albums/items/is_hidden` from the response with the `200` status
  - deleted the `query` request parameter `show_hidden`
  - removed the non-success response with the status `422`
  - added the optional property `albums/items/cover_image_path` to the response with the `200` status
  - …2 more
- **2025-08-06** `fa6c232c69f4` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/albums/get.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
