Sessions
Active playback sessions and transcoding status.List active sessions
Response
See the API Reference for the full endpoint schema.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Active playback sessions and transcoding status for Plex Media Server
GET /status/sessions
{
"MediaContainer": {
"size": 1,
"Metadata": [
{
"ratingKey": "100",
"title": "The Shawshank Redemption",
"Player": {
"title": "Chrome",
"state": "playing"
}
}
]
}
}
| Field | Type | Description |
|---|---|---|
Session.id | string | Unique session identifier. |
Player.title | string | Player application name. |
Player.state | string | Playback state. |
Was this page helpful?