Get score trend
gvt_get_score_trendCompare the oldest baseline vs the latest non-expired test for a single URL or an entire domain, with pre-computed per-category deltas (latest minus baseline). Provide exactly one of url or domain. Domain mode matches the exact domain, www., and subdomains (alphabetical, capped by limit). Page through the whole domain with offset: offset=0 for the first page, offset=limit for the second, following hasMore/nextOffset. This replaces paging the full test history and computing comparisons client-side — one call per site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Single URL scope (XOR with domain). | |
| limit | No | Cap on returned records in domain mode (max 100, default 25). | |
| domain | No | Domain scope — matches the domain, www.<domain>, and subdomains (XOR with url). | |
| offset | No | Number of matched URLs to skip in domain mode (row skip, not a page number). Use offset=0 for the first page, offset=limit for the second. Ignored in single-URL mode. |