List git repositories
GET/v1/api/cd/git/repositories
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
q | string | — |
health | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"auth_method": "basic",
"error": "string",
"health": "pullable",
"https_path": "string",
"id": "string",
"inserted_at": "string",
"pulled_at": "string",
"updated_at": "string",
"url": "string",
"url_format": "string"
}
]
}