beaconed_scores_list
List readiness scores across all products with filters for grade and date range to identify SEO issues.
Instructions
GET /api/v1/scores — list readiness scores across all products (SPEC-ABSENT endpoint; verify availability with API team)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| grade | No | Filter by grade (excellent, good, fair, poor, critical) | |
| since | No | ISO 8601 date — only scores on or after this date | |
| until | No | ISO 8601 date — only scores on or before this date | |
| per_page | No | Items per page (max 100) |