albums
Get an album
Fetches one album's metadata by ID (name, description, cover, counts). Use when you already have an album ID. The JSON response is metadata only and does not include the album's assets — to get the asset IDs or data, use list_album_assets or list_assets with album_id.
get/api/albums/{album_id}
Path parameters
album_idstring required
Album ID (with album_ prefix) to fetch.
Album ID (with album_ prefix) to fetch.
Response
Successful Response