Get git repository
GET/v1/api/cd/git/repositories/{id}
Path parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
Response samples
200
{
"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"
}