Skip to main content
GET
/
api
/
v1
/
system
/
version
cURL
curl --request GET \
  --url https://api.example.com/api/v1/system/version
{
  "executable_name": "<string>",
  "git_hash": "<string>",
  "workspace_version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vers.sh/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Version information

Response struct for GET api/v1/system/version

executable_name
string
required

Executable identifier; should be "orchestrator"

git_hash
string
required

Current git hash used for the build

workspace_version
string
required

Current workspace version