The referrer discover endpoints (DiscoverPrivate and DiscoverPublicShared) return all direct references for a given digest with no pagination. When a container image is attested multiple times, each attestation adds new references (SBOMs, SARIF reports, etc.), and the API returns all of them in a single response.
There is currently no way to limit the number of references returned or to page through them.
The referrer discover endpoints (
DiscoverPrivateandDiscoverPublicShared) return all direct references for a given digest with no pagination. When a container image is attested multiple times, each attestation adds new references (SBOMs, SARIF reports, etc.), and the API returns all of them in a single response.There is currently no way to limit the number of references returned or to page through them.