Poll for Score Changes
GET /v1/media/updated-scores?workspaceId={workspaceId}&updatedSince=2026-04-01T00:00:00Z
Authorization: Bearer <api-key>
Query parameters:
| Param | Type | Required | Notes |
|---|---|---|---|
workspaceId | number | No | Filter to a specific workspace. If omitted, returns updates across the org. |
updatedSince | ISO 8601 string | No | Earliest lastUpdated timestamp. Defaults to 7 days ago if omitted. |
offset / perPage | number | No | Standard pagination. Default perPage = 10, max 100. |
Returns a paginated list of media with updated scores. Re-fetch their scores using GET /v1/scoring/media/{uniqueId}/scores.
Use this endpoint to ask "what's changed since date X?" — it returns media whose lastScoredDate falls within the window, which covers:
- Media that was newly scored for the first time.
- Media that was rescored against newer guidelines.
- Media whose score was manually overridden by a workspace admin in the platform.