Skip to content

Get sync status

GET
/git-repos/{id}/status

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"status": "string",
  
"last_synced_at": "string",
  
"error": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI