Get Workspace Scorecards

This endpoint gets a list of scorecards for a given workspace. It supports several filtering options through query params.

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

A scorecard is a named collection of creative assets scored against a specific set of guidelines and channels. Scorecards organize your scoring activity — either as an ongoing campaign tracker or a pre-launch quality check.

Scorecard types

TypeDescription
IN_FLIGHTAn active or completed campaign being tracked in real time. Media in an in-flight scorecard has real impression data.
PRE_FLIGHTA pre-launch quality gate. Media is checked against guidelines before going live. No impression data applies.

Using scoreDetail

By default, the response returns scorecard metadata only. Set scoreDetail=true to include per-channel score breakdowns inline — adherencePercent, pass/fail counts, and channel-level data. This is useful for building dashboard views without needing a secondary scores call.

Filtering

The endpoint supports several query filters to narrow results:

ParameterDescription
typesIN_FLIGHT or PRE_FLIGHT
channelsComma-separated channel identifiers (e.g. META,TIKTOK)
brandsComma-separated brand identifiers
marketsComma-separated market identifiers
startDate / endDateISO 8601 dates — filters scorecards by their campaign date range

Finding media within a scorecard

This endpoint lists scorecards — it does not return the creatives inside them. To retrieve the media associated with a specific scorecard, use the id from this response and call GET /v1/scoring/scorecard/{scorecardId}/media-metadata.

Pagination

Default: 10 results per page, max 20. Use offset to page through large workspaces.

Path Params
int32
required

The ID of the workspace you want to query scorecards for

Query Params
boolean
Defaults to false

Include score details in response

string
Defaults to DESC

Tells the API how to sort the output

string

Specfies the property to sort on

string
enum
required

Scorecard type

Allowed:
string

Comma separated list of channels

date
required

Filter scorecards that have a start date greater than this date

date
required

Filter scorecards that have an end date less than this date

string

Comma separated list of markets

string

Comma separated list of user ids that created the scorecards

string

Comma separated list of scorecared statuses

string

Search text

string

Comma separated list of brands

Responses

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