v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-04-06102026.7 KB
Agent

Version

Retrieve the version of the agent.

get/version

Response

Successfully retrieved the version of the agent.

versionstring required

The version of the agent.

git_commitstring required

The git commit of the agent.

api_versionstring required

The API version of the agent.

api_git_commitstring required

The git commit of the API.

rust_versionstring required

The version of Rust.

build_datestring date-time required

The build date of the agent.

osstring required

The operating system of the agent.

archstring required

The architecture of the agent.

Example response

{
  "version": "v1.0.0",
  "git_commit": "a1b2c3d4",
  "api_version": "v1-0",
  "api_git_commit": "a1b2c3d4",
  "rust_version": "1.93.0",
  "build_date": "2026-02-24T10:30:00Z",
  "os": "linux",
  "arch": "aarch64"
}