Plex API call to get watched list for users and/or media

Server Version#: 1.25.8.5663
Player Version#: N/A

I can’t seem to find an API call to get the watched list for a given user, or who has watched a given tv show/movie. I’d much prefer the latter but can work with the former.

Does this API exist somewhere?

To see the watch history for an item, use:

https://<IP_OF_PMS>:32400/status/sessions/history/all?sort=viewedAt%3Adesc&metadataItemID=>INSERT_KEY_OF_MEDIA>&X-Plex-Container-Start=0&X-Plex-Container-Size=100&X-Plex-Token=<YOUR_TOKEN>

And forgot…

To get a play history of a user, use:

https://<IP_OF_PMS>:32400/status/sessions/history/all?sort=viewedAt%3Adesc&accountID=<ACCOUNT_ID>&X-Plex-Container-Start=0&X-Plex-Container-Size=100&X-Plex-Token=<YOUR_TOKEN>

Note that in both calls, I use paging, and only request the first 100 hits

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.