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.
Path Parameters
Album ID (with album_ prefix) to fetch. Obtain from list_albums (optionally filtered by asset_id to find albums containing a specific asset), list_album_assets, or any response containing an album reference.
Response
Successful Response
Represents a collection of assets organized by the user.
Unique album identifier with 'album_' prefix
Display name of the album
Total number of assets in this album
When this album was created
When this album was last updated
Optional description text for the album
ID of the asset displayed as the album cover. May be a server-selected default when the album has no explicit cover set, or null when the album has no live assets.
Asset variants for the album cover: 'thumbnail'
The oldest asset date (local_datetime) in the album, or null if empty
The newest asset date (local_datetime) in the album, or null if empty