Get an artifact
GET {{baseUrl}}/repos/:owner/:repo/actions/artifacts/:artifact_id
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.
RESPONSES
status: OK
{"id":11,"node_id":"MDg6QXJ0aWZhY3QxMQ==","name":"Rails","size_in_bytes":556,"url":"https://api.github.com/repos/octo-org/octo-docs/actions/artifacts/11","archive_download_url":"https://api.github.com/repos/octo-org/octo-docs/actions/artifacts/11/zip","expired":false,"created_at":"2020-01-10T14:59:22Z","expires_at":"2020-01-21T14:59:22Z","updated_at":"2020-01-21T14:59:22Z"}