GET
/
library
/
sections
/
watchlist
/
{filter}

Authorizations

X-Plex-Token
string
headerrequired

Plex Authentication Token

Headers

Accept
enum<string>
Available options:
application/json,
application/xml

Path Parameters

filter
enum<string>
required

Filter

Available options:
all,
available,
released

Query Parameters

sort
string

In the format "field:dir". Available fields are "watchlistedAt" (Added At), "titleSort" (Title), "originallyAvailableAt" (Release Date), or "rating" (Critic Rating). "dir" can be "asc" or "desc"

libtype
enum<string>

The type of library to filter. Can be "movie" or "show", or all if not present.

Available options:
movie,
show
maxresults
integer

The number of items to return. If not specified, all items will be returned. If the number of items exceeds the limit, the response will be paginated.

includeCollections
enum<integer>

include collections in the results

Available options:
1,
0
includeExternalMedia
enum<integer>

include external media in the results

Available options:
1,
0
X-Plex-Container-Start
integer
default: 0

The index of the first item to return. If not specified, the first item will be returned. If the number of items exceeds the limit, the response will be paginated. By default this is 0

X-Plex-Container-Size
integer
default: 50

The number of items to return. If not specified, all items will be returned. If the number of items exceeds the limit, the response will be paginated. By default this is 50

X-Plex-Token
string
required

Plex Authentication Token

Response

200 - application/json
librarySectionID
string
librarySectionTitle
string
offset
integer
totalSize
integer
identifier
string
size
integer
Metadata
object[]