get_stream_analytics
Retrieve stream analytics including viewer counts, engagement metrics, and performance data for monitoring streaming channel performance across platforms.
Instructions
Get analytics and statistics for streams including viewer counts, engagement metrics, and performance data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| streamId | No | Optional stream ID to get analytics for a specific stream. If not provided, returns analytics for the current user |
Input Schema (JSON Schema)
{
"properties": {
"streamId": {
"description": "Optional stream ID to get analytics for a specific stream. If not provided, returns analytics for the current user",
"type": "string"
}
},
"type": "object"
}