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
GET /api/import/v1/repositories HTTP/1.1
Host: logilica.io
Accept: */*
[
{
"id": "text",
"fullName": "text",
"URL": "text",
"mostRecentScanTime": 1,
"firstScanComplete": true
}
]
Last updated