Get cached post analytics
get_cached_post_analyticsRetrieve previously fetched per-post analytics without calling platform APIs, bypassing live rate limits. Ideal for bulk scanning or paginating through a profile's history.
Instructions
Replays per-post metrics Upload-Post already fetched, instead of calling the platforms again. ONLY contains posts previously fetched through get_post_analytics; there is no background refresh, so captured_at is the last time that post was read live and a post never queried live will be absent. Unlike get_post_analytics it never hits the platforms, so it is not subject to the live analytics rate limit (100 requests / 5 minutes) — prefer it when scanning many posts or paging through a profile's history. Paginated: pass next_cursor from the response back as cursor until has_more is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Profile username whose posts to read. | |
| limit | No | Posts per page. Defaults to 50, max 200. | |
| since | No | Start date, YYYY-MM-DD. Defaults to 30 days ago. | |
| until | No | End date, YYYY-MM-DD. Defaults to today. | |
| cursor | No | Opaque cursor from a previous response's `next_cursor`. | |
| platform | No | Restrict to one platform. Omit for all platforms. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |