AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinSessions

Active sessions (empty stub)

GET
/api/adapter/jellyfin/Sessions

Returns an empty array. Aviato has its own session-tracking surface but does not yet expose it through the Jellyfin adapter; clients gracefully render zero active devices.

Query Parameters

controllableByUserId?string
deviceId?string
activeWithinSeconds?number|null

Response Body

application/json

curl -X GET "https://example.com/api/adapter/jellyfin/Sessions"
[
  null
]