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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
VCS provider (e.g. github, gitlab, bitbucket, azure-devops, circleci). Required when multiple repos share the same name across providers.
github, gitlab, bitbucket, azure-devops, circleci