v10

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01384057.2 KB
version

CLI and farmer version info

Returns version information for both the CLI and the connected farmer.

get/api/v1/version

Response

Version information

errorstring

Error message if farmer version could not be retrieved

Example response

{
  "cli": {
    "arch": "amd64",
    "compiler": "go1.24.1",
    "git_commit": "abc1234",
    "tag": "v0.3.0"
  },
  "farmer": {
    "arch": "amd64",
    "compiler": "go1.24.1",
    "git_commit": "abc1234",
    "tag": "v0.3.0"
  }
}