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,
azure-devops,
circleci

Response

Successful Response

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