---
title: "List albums"
method: GET
path: "/boxes/{boxId}/media/albums"
tags: ["Media"]
---

# List albums

`GET /boxes/{boxId}/media/albums`

Get a list of albums in the box

## Path parameters

- `boxId` string, required

## Response `200`

List albums

- ListAlbumsResult — List albums
  - `data` Album[], required — List of albums
    - `name` string, required — Name of the album
    - `path` string, required — Full path to the album in the box
    - `lastModified` string, date-time, required — Last modified time of the album
    - `mediaCount` number, required — Number of media files in the album

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
