Skip to content
Web API •References / Player / Get the User's Queue

Get the User's Queue

Get the list of objects that make up the user's queue.

Important policy notes
Authorization scopes

Request

GET
/me/player/queue

Response

Information about the queue

  • currently_playing
    oneOf

    The currently playing track or episode. Can be null.

    Will be one of the following:
  • queue
    array of TrackObject | EpisodeObject

    The tracks or episodes in the queue. Can be empty.

    Will be one of the following: