Repositories
API Schema for Repositories
Get Repositories
get
Get a list of repositories in a domain
Responses
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
400
Data given doesn't match schema. Return value will be ZodError with validation message
401
Unauthorized
get
repositoriesLast updated