getPlayHistory
Retrieve a streamer's song play history with pagination and date filtering to track performance and manage song requests effectively.
Instructions
Get performance history for a streamer with pagination and filtering options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | End date for filtering (ISO 8601 format, optional) | |
limit | No | Maximum number of history entries to return (default: 50) | |
offset | No | Number of entries to skip for pagination (default: 0) | |
startDate | No | Start date for filtering (ISO 8601 format, optional) | |
streamerName | Yes | The name of the streamer whose play history to fetch |