Poll for Score Changes


GET /v1/media/updated-scores?workspaceId={workspaceId}&updatedSince=2026-04-01T00:00:00Z
Authorization: Bearer <api-key>

Query parameters:

ParamTypeRequiredNotes
workspaceIdnumberNoFilter to a specific workspace. If omitted, returns updates across the org.
updatedSinceISO 8601 stringNoEarliest lastUpdated timestamp. Defaults to 7 days ago if omitted.
offset / perPagenumberNoStandard 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.