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

github.com:github-rest-api

Summary: List artifact deployment records
Operation ID: orgs/list-artifact-deployment-records
Auth: bearer_token
Description

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

Parameters (2)

org (string, path, required)

The organization name. The name is not case sensitive.

subject_digest (string, path, required)

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

Constraints: {'minLength': 71, 'maxLength': 71, 'pattern': '^sha256:[a-f0-9]{64}$'}

No probe data for this endpoint yet.