mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-09 20:47:47 +00:00
28 lines
862 B
Plaintext
28 lines
862 B
Plaintext
import GetSessions from "./get_sessions/get_sessions.mdx";
|
|
import GetSessionHistory from "./get_session_history/get_session_history.mdx";
|
|
import GetTranscodeSessions from "./get_transcode_sessions/get_transcode_sessions.mdx";
|
|
import StopTranscodeSession from "./stop_transcode_session/stop_transcode_session.mdx";
|
|
|
|
## Sessions
|
|
API Calls that perform search operations with Plex Media Server Sessions
|
|
|
|
|
|
### Available Operations
|
|
|
|
* [Get Sessions](/go/sessions/get_sessions) - Get Active Sessions
|
|
* [Get Session History](/go/sessions/get_session_history) - Get Session History
|
|
* [Get Transcode Sessions](/go/sessions/get_transcode_sessions) - Get Transcode Sessions
|
|
* [Stop Transcode Session](/go/sessions/stop_transcode_session) - Stop a Transcode Session
|
|
|
|
---
|
|
<GetSessions />
|
|
|
|
---
|
|
<GetSessionHistory />
|
|
|
|
---
|
|
<GetTranscodeSessions />
|
|
|
|
---
|
|
<StopTranscodeSession />
|