Get Scorecard Media Metadata

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 typeDate filter behavior
IN_FLIGHTstartDate / endDate filter media by impression date. Defaults to the last 3 months if omitted.
PRE_FLIGHTDate 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 the uniqueId from the submission API)
  • platform — The channel this record is scored against
  • mediaTypeVIDEO, 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.

Path Params
string
required

ID of the scorecard to fetch media metadata for.

Query Params
date

Impression start for inflight media—disregarded for preflight. Defaults to 3 months back.

date

Impression end date—similarly disregarded for preflight. Defaults to current day.

int32
Defaults to 10

Pagination parameter to set page size.

int32

Pagination parameter to specify offset from 0.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json