v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Media

List media in album

Get a list of media files in a specific album

get/boxes/{boxId}/media/albums/{albumName}/media

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

albumNamestring required
Example:Pictures

Album name

Response

List of media files

Example response

{
  "data": [
    {
      "mimeType": "image/jpeg",
      "name": "IMG_001.jpg",
      "path": "/sdcard/albums/vacation/IMG_001.jpg",
      "size": "2.5MB",
      "lastModified": "2021-01-01T00:00:00Z"
    }
  ]
}