Skip to main content
GET
Get artist's tracks

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>

The URI of the artist to retrieve albums from

limit
integer

The maximum number of tracks to return

Required range: x >= 1
offset
integer

The offset for pagination

Required range: x >= 0

Response

OK

tracks
object[]