Skip to main content
GET
/
v1
/
version
curl
curl --location --request GET 'http://oc1-lts0:9090/v1/version' \
--header 'Accept: application/json'
{
  "version": "24.0.0",
  "timestamp": "20231110.212417",
  "git_commit": "178ba7a7549bd40c137035c5cd4f10c55fd31b00",
  "build_user": "",
  "build_type": "DEBUG",
  "build_flags": "fb,lld_flags,mcmodel_medium,tls_model_initial_exec"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ocient.com/llms.txt

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

Response

200 - application/json

Response

version
string
timestamp
string
git_commit
string
build_user
string
build_type
string
build_flags
string
Last modified on May 12, 2026