list_websocket_notifications
Connect to Plex WebSocket to receive real-time notifications, with optional filters to select specific event types.
Instructions
Connect to WebSocket.
GET /:/websocket/notifications
Args:
filter: By default, all events except logs are sent. A rich filtering mechanism is provided to allow clients to opt into or out of each event type using the `filters` parameter. For example:filters=-log: All event types except logs (the default).filters=foo,bar: Only the foo and bar event types.filters=: All events types.filters=-foo,bar: All event types except foo and bar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |