v31

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

Get an orchestrator node

Get an orchestrator node

get/api/v1/orchestrator/nodes/{id}

Path parameters

idstring required

ID of the orchestrator node to fetch for.

Response

OK

Example response

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