Fetches a list of metadata objects for media in a given scorecard. When a date range is provided, it applies only to inflight scorecards and retrieves media with impressions within that range. Dates are otherwise disregarded for preflight scorecards.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Returns the list of media assets inside a specific scorecard, including metadata like platform, media type, duration, impressions, brands, markets, and associated campaigns.
This endpoint is about inventory — which creatives are in a scorecard — not about their scores. To retrieve scores for individual assets, use GET /v1/scoring/media/{uniqueId}/scores.
Pre-flight vs. in-flight behavior
Date range filtering behaves differently depending on scorecard type:
| Scorecard type | Date filter behavior |
|---|---|
IN_FLIGHT | startDate / endDate filter media by impression date. Defaults to the last 3 months if omitted. |
PRE_FLIGHT | Date filters are disregarded. All media in the scorecard is returned regardless of date. |
What's in the response
Each media record includes:
id— Internal media ID (not the same as theuniqueIdfrom the submission API)platform— The channel this record is scored againstmediaType—VIDEO,IMAGE, etc.assetDuration— Length in seconds (for video)impressions— Impression count within the date range (in-flight only)brands,markets,campaigns— Associated metadata
Common use cases
- Auditing which creatives are active within a campaign
- Building a media roster for a client report
- Identifying assets to fetch scores for as part of a batch refresh
Pagination
Max 20 results per page. Use offset to iterate through large scorecards.