version
CLI and farmer version info
Returns version information for both the CLI and the connected farmer.
get/api/v1/version
Response
Version information
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"
}
}