List Playlists

Paginated list of playlists in your account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Return a paginated list of playlists in your account.

Query parameters

NameTypeDescription
pageintegerPage number. Default 1.
perpageintegerPage size. Default 10.
titlestringOptional substring filter on playlist title.
onlinebooleanOptional filter for enabled/disabled playlists.
start_datestring (date)Optional: playlists created on or after this date.
end_datestring (date)Optional: playlists created on or before this date.

Response

CodeMeaning
200Paginated list.

Response body:

FieldTypeDescription
dataarrayPlaylist objects. Each id is a UUID string. content.list may be null or an array of items (id, type, position, title).
pagingobjectPagination links. Keys: first, last, next, previous (URL path strings, or null).
total_countstringTotal number of matching playlists (returned as a string).
📘

The paging object key is lowercase paging. Link values look like /v2/playlist?page=2&perpage=5 (singular playlist in the path).

📘 position values inside content.list are often strings (e.g. "1").

Query Params
int32
Defaults to 1

Page number for paginated results

int32
Defaults to 10

Number of results per page. Default 10.

string

Filter by playlist title substring

boolean

Filter by enabled/disabled state

date

Return playlists created on or after this date

date

Return playlists created on or before this date

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json