Github API - Test Config

GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}
actions
repos

Gets a specific artifact for a workflow run. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.
Get an artifact

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key artifact-id

artifact-id [scalar]

The unique identifier of the artifact.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json artifact

artifact [object]

An artifact

Attributes
archive_download_url string

created_at string

expired boolean

Whether or not the artifact has expired.

expires_at string

id integer

name string

The name of the artifact.

node_id string

size_in_bytes integer

The size in bytes of the artifact.

updated_at string

url string

workflow_run 1916

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)