Repositories

The repositories for a domain and its details can be retrieved using this API.

The id of the repository is used by CI build-related APIs.

API Schema for Repositories

Get Repositories

get

Get a list of repositories in a domain

Responses
chevron-right
200

Success in retrieving repositories

application/json
idstringRequired

The ID of the repository assigned by the importing tool

namestringRequired

Name of the repository

URLstringRequired

The URL by which this repository may be reached in a browser

mostRecentImportTimenumberRequired

UNIX timestamp of when the most recent scan occurred

firstImportCompletebooleanRequired

An indicator of if the first import for this repository is complete

get
repositories

Last updated