beaconed_scores_latest
Fetch the current score for each product to assess quality and prioritize SEO improvements. Filter by grade or date range for targeted analysis.
Instructions
GET /api/v1/scores/latest — fetch the latest score for each product (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) |