Get live artifacts for a repo
Get live artifacts for a repo
Get the live status of artifacts from a repository across all environments.
Returns a RepoLiveStatusResponse object that includes:
_embedded.environments: environments that currently have running artifacts from this repo_embedded.artifacts: the corresponding artifacts for those environmentslive_artifacts: a flattened view of currently running artifacts, including each artifact’s compliance status, fingerprint, commit SHA, and start timestamp.
If multiple repos share the same name across different VCS providers, use the provider
parameter to disambiguate. Without it, the most recently created matching repo is returned.
GET
Get live artifacts for a repo
Documentation Index
Fetch the complete documentation index at: https://kosli-logo-update.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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 Last modified on May 21, 2026

