getQueue
Retrieve a streamer's current song request queue with pagination support to browse songs in batches.
Instructions
View current song queues with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| streamerName | No | The name of the streamer whose queue to fetch | |
| limit | No | Maximum number of songs to return (default: 50) | |
| offset | No | Number of songs to skip for pagination (default: 0) |