tautulli_history
Retrieve recent Plex playback history with filters for user, media type, date, and text search, including optional stream performance and IP address data.
Instructions
Get recent Plex playback history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Number of records to return (default 10, max 50). | |
| user | No | Filter by username. | |
| media_type | No | Filter by type: "movie", "episode", "track" (audiobook). | |
| search | No | Text search in titles. | |
| start_date | No | Only show history from this date (YYYY-MM-DD). | |
| include_performance | No | Also fetch stream bitrate per record via get_stream_data (makes one extra API call per record — use with small lengths). | |
| include_ip | No | Also show the client IP address per record. Off by default — IP addresses are personally identifying, so opt in when you need them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |