Skip to main content
GET
Retrieve a playlist by its ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uri
string<at-uri>
required

The URI of the playlist to retrieve.

Response

OK

Detailed view of a playlist, including its tracks and metadata

id
string

The unique identifier of the playlist.

title
string

The title of the playlist.

uri
string<at-uri>

The URI of the playlist.

curatorDid
string<at-identifier>

The DID of the curator of the playlist.

curatorHandle
string<at-identifier>

The handle of the curator of the playlist.

curatorName
string

The name of the curator of the playlist.

curatorAvatarUrl
string<uri>

The URL of the avatar image of the curator.

description
string

A description of the playlist.

coverImageUrl
string<uri>

The URL of the cover image for the playlist.

createdAt
string<date-time>

The date and time when the playlist was created.

tracks
object[]