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
200
Success in retrieving repositories
application/json
400
Data given doesn't match schema. Return value will be ZodError with validation message
401
Unauthorized
get
repositoriesLast updated