Skip to main content
GET
/
projects
/
{projectId}
/
system
Get information about the Git server.
curl --request GET \
  --url {schemes}://api.upsun.com/projects/{projectId}/system \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>",
  "image": "<string>",
  "started_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

default - application/json
version
string
required

The version of this project server

image
string
required

The image version of the project server

started_at
string<date-time>
required
Last modified on March 25, 2026