Get Per-Guideline Results

Use format=detail to receive an array of per-guideline results in addition to the per-channel summary:

GET /v1/scoring/media/{uniqueId}/scores?format=detail

The detail response includes each guideline's name, channel, result (PASS/FAIL/NOT_APPLICABLE/NO_DATA_*), and the metadata needed to display the result (rule text, weight, consideration, bestPractice). The scores response carries everything you need to render per-guideline pass/fail to a user.

Note: the per-guideline result block does not include the guideline's criteriaGroups (group memberships). If your integration depends on group context, fetch the criteria catalog once at integration-configuration time (see Use Case 4) and treat it as reference data.