provider orgs GET /orgs/{org}/artifacts/{subject_digest}/metadata/deployment-records
@utdk/github /orgs/{org}/artifacts/{subject_digest}/metadata/deployment-records
List artifact deployment records
List deployment records for an artifact metadata associated with an organization.
org path required
The organization name. The name is not case sensitive.
string
subject_digest path required
The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`.
string

Try it

Authentication
Configure credentials for GitHub v3 REST API
orgs.listArtifactDeploymentRecords
GET/orgs/{org}/artifacts/{subject_digest}/metadata/deployment-records
List deployment records for an artifact metadata associated with an organization.

Parameters

required

The organization name. The name is not case sensitive.

required

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

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.orgs.listArtifactDeploymentRecords()