Skip to main content

List Git Authors of a Repository

GET 

/code/api/v1/errors/gitBlameAuthors

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get all git blame author names per full repo name (owner and name)

Request

Query Parameters

    fullRepoName stringrequired
    sourceType stringrequired
    • Github, Bitbucket, Gitlab, AzureRepos, cli, AWS, Azure, GCP, githubEnterprise, gitlabEnterprise, bitbucketEnterprise, terraformCloud, tfcRunTasks, githubActions, circleci, codebuild, jenkins, kubernetesWorkloads, Kubernetes, admissionController

Responses

array of author names

Schema
  • Array [
  • string

  • ]
Loading...