v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
orgs

List artifact deployment records

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

get/orgs/{org}/artifacts/{subject_digest}/metadata/deployment-records

Path parameters

orgstring required

The organization name. The name is not case sensitive.

subject_digeststring required

The SHA256 digest of the artifact, in the form sha256:HEX_DIGEST.

Response

Successful response

total_countinteger

The number of deployment records for this digest and organization

Example response

{
  "total_count": 3
}