Get HitKeep Web Vitals
hitkeep_get_web_vitalsRetrieve aggregate Web Vitals p75, sample counts, and rating counts for a site, with optional breakdowns by page or visitor context.
Instructions
Read aggregate Web Vitals p75, sample counts, rating counts, and optional page or visitor-context breakdowns for one site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional RFC3339 end timestamp. Defaults to now. | |
| from | No | Optional RFC3339 start timestamp. Defaults to 30 days before to. | |
| path | No | Optional normalized page path filter. | |
| limit | No | Maximum page or breakdown rows to return. Defaults to 10 and is capped at 50. | |
| metric | No | Optional Web Vital metric filter: LCP, INP, CLS, FCP, or TTFB. Defaults to all metrics for summary and LCP for page or dimension breakdowns. | |
| rating | No | Optional rating filter: good, needs_improvement, or poor. | |
| site_id | Yes | HitKeep site UUID. | |
| include_pages | No | Whether to include aggregate page breakdown rows. | |
| breakdown_dimension | No | Optional aggregate visitor context breakdown: browser, country, language, device, city, provider, or asn. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| pages | No | ||
| metric | No | ||
| site_id | Yes | ||
| summary | Yes | ||
| breakdown | No | ||
| breakdown_dimension | No |