Skip to main content
GET
/
api
/
albums
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true
}

Query Parameters

library_id
string | null

Library to list albums from (optional)

limit
integer
default:100
Required range: 1 <= x <= 1000
starting_after_id
string | null

Album ID to start listing albums after

Response

Successful Response

data
AlbumResponse · object[]
required
has_more
boolean
required
I