v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
workers

Get detailed metadata for a Worker, Edge, or Outpost Node

Get detailed metadata for the specified Worker, Edge, or Outpost Node for the specified Cribl product.

get/products/{product}/workers/{id}

Path parameters

product'stream' | 'edge' | 'outpost' required

Name of the Cribl product that contains the Node.

idstring required

The <code>id</code> of the Node to get the metadata for.

Response

The requested MasterWorkerEntry object in a single-item list.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "info": {
        "architecture": "x64",
        "cribl": {
          "distMode": "worker"
        },
        "platform": "linux"
      }
    }
  ]
}