v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
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

total_countinteger

The number of storage records for this digest and organization

Example response

{
  "total_count": 3
}