Sample - GitHub REST API
GET/orgs/{org}/artifacts/{subject_digest}/metadata/storage-records

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.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
orgstringrequired
The organization name. The name is not case sensitive.
subject_digeststringrequired
The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`.

1 status code
200Response
total_countintegeroptional
The number of storage records for this digest and organization
storage_recordsarray<object>optional