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

List artifact deployment records

List deployment records for an artifact metadata associated with an organization.

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

2 parameters
orgstringrequired
The organization name. The name is not case sensitive.
subject_digeststringrequired
The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`.

1 status code
200Successful response
total_countintegeroptional
The number of deployment records for this digest and organization
deployment_recordsarray<ArtifactDeploymentRecord>optional