Skip to main content

Sessions

Active playback sessions and transcoding status.

List active sessions

GET /status/sessions
Returns all currently active playback sessions.

Response

{
  "MediaContainer": {
    "size": 1,
    "Metadata": [
      {
        "ratingKey": "100",
        "title": "The Shawshank Redemption",
        "Player": {
          "title": "Chrome",
          "state": "playing"
        }
      }
    ]
  }
}
FieldTypeDescription
Session.idstringUnique session identifier.
Player.titlestringPlayer application name.
Player.statestringPlayback state.
See the API Reference for the full endpoint schema.