Skip to main content
GET
/
api
/
system
/
version
Get Version
curl --request GET \
  --url https://api.example.com/api/system/version
{
  "version": "1.0.0",
  "commit": "abc123def456",
  "buildTime": "2024-12-28T10:00:00Z"
}
Get the ElizaOS version information.

Response

version
string
Semantic version string (e.g., “1.0.0”)
commit
string
Git commit hash
buildTime
string
ISO 8601 build timestamp
{
  "version": "1.0.0",
  "commit": "abc123def456",
  "buildTime": "2024-12-28T10:00:00Z"
}