get_youtube_performance_history
Retrieve daily metric snapshots for a YouTube creator, including subscribers, total content count, and all-time performance over the past N days.
Instructions
Get daily metric snapshots (subscribers, total content count, all-time performance) for a YouTube creator. Returns the histories array of timestamped snapshots over the past N days. Costs 3 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | Yes | YouTube channel ID (the immutable UC… form, e.g. "UCX6OQ3DkcsbYNE6H8uQQuVA"). "@handle", "/c/vanity", and "/user/legacy" URLs are NOT accepted here — resolve them to a UC channelId first. | |
| pastDayRange | Yes | How many past days of daily snapshots to return. String integer, 1–365. |