v31

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0120115123.7 KB
Ops

Returns the build version running on the server.

See https://github.com/bacalhau-project/bacalhau/releases for a complete list of gitversion tags.

get/api/v1/agent/version

Response

OK

BuildDatestring
GOARCHstring
GOOSstring
GitCommitstring
GitVersionstring
Majorstring
Minorstring

Example response

{
  "BuildDate": "2022-11-16T14:03:31Z",
  "GOARCH": "amd64",
  "GOOS": "linux",
  "GitCommit": "d612b63108f2b5ce1ab2b9e02444eb1dac1d922d",
  "GitVersion": "v0.3.12",
  "Major": "0",
  "Minor": "3"
}