---
title: "🛡️ Get your photo albums."
method: GET
path: "/api/v1/photo-albums"
tags: ["Photo Albums"]
---

# 🛡️ Get your photo albums.

`GET /api/v1/photo-albums`

<h3>🛡️ Requires Capabilities: <code>PhotoAlbums.Read</code></h3>

## Query parameters

- `metadata` boolean
- `thumbnails` boolean
- `orderBy` 'createdAt' | 'modifiedAt'
- `take` number
- `skip` number
- `order` 'ASC' | 'DESC'

## Response `200`

## Other responses

- `401` — Possible reasons: The authorization token is invalid.
- `403` — Possible reasons: The user does not have sufficent capabilities.

---

[API](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/0c30e5146acd/schema)
