get_play_queues_by_play_queue_id
Retrieve a specific play queue by ID to view its items, with options to adjust the visible window or transfer ownership for remote control.
Instructions
Retrieve a play queue.
GET /playQueues/{playQueueId}
Args: play_queue_id: The ID of the play queue. own: If the server should transfer ownership to the requesting client (used in remote control scenarios). center: The play queue item ID for the center of the window - this doesn't change the current selected item. window: How many items on each side of the center of the window include_before: Whether to include the items before the center (if 0, center is not included either), defaults to 1. include_after: Whether to include the items after the center (if 0, center is not included either), defaults to 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| own | No | ||
| center | No | ||
| window | No | ||
| include_after | No | ||
| play_queue_id | Yes | ||
| include_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |