Skip to main content
GET
Get live artifacts for a repo

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo_name
string
required
org
string
required

Query Parameters

provider
enum<string> | null

VCS provider (e.g. github, gitlab, bitbucket, azure-devops, circleci). Required when multiple repos share the same name across providers.

Available options:
github,
gitlab,
bitbucket,
bitbucket_cloud,
bitbucket_dc,
azure-devops,
azure_devops_services,
azure_devops_server,
circleci,
git,
subversion
id
string | null

The repo's internal id (returned as id in the repo response). If given, this unambiguously identifies the repo and 'provider' is ignored.

Response

Successful Response

live_artifacts
LiveArtifactEntryResponse · object[]
required
_embedded
RepoLiveStatusEmbedded · object | null
Last modified on July 21, 2026