orgs
List artifact storage records
List artifact storage records with a given subject digest for repositories owned by an organization.
Results are filtered by the authenticated user's permissions; records for repositories the user cannot read are omitted. Fine-grained access tokens require the artifact-metadata:read permission.
get/orgs/{org}/artifacts/{subject_digest}/metadata/storage-records
Path parameters
orgstring required
The organization name. The name is not case sensitive.
subject_digeststring required
The parameter should be set to the attestation's subject's SHA256 digest, in the form sha256:HEX_DIGEST.
Response
Response
Example response
{
"total_count": 3
}