API Reference
Get Repository Info
GET
/
repositories
/
{repositoryId}
Retrieves information about a specific repository. The repositoryId
should be URL-encoded in the format remote:branch:owner/repository
.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
repositoryId
string
requiredResponse
200 - application/json
repository
string
remote
string
branch
string
private
boolean
status
string
filesProcessed
integer
numFiles
integer
sha
string