v51

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

List all Worker Groups, Outpost Groups, or Edge Fleets

Get a list of all Worker Groups, Outpost Groups, or Edge Fleets for the specified Cribl product.

get/products/{product}/groups

Path parameters

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

Name of the Cribl product to get the Worker Groups, Outpost Groups, or Edge Fleets for.

Query parameters

fieldsstring

Comma-separated list of additional properties to include in the response. Available values are <code>git.commit</code>, <code>git.localChanges</code>, and <code>git.log</code>.

offsetinteger

Pagination offset

limitinteger

Maximum number of items to return

Response

List of ConfigGroup objects.

countinteger required

Number of items present in the items array

offsetinteger

Pagination offset

limitinteger

Pagination limit

totalCountinteger

Total number of items available (present when limit is set)

Example response

{
  "items": [
    {
      "estimatedIngestRate": 4096
    }
  ]
}