---
title: "Get a count of Worker, Edge, or Outpost Nodes"
method: GET
path: "/products/{product}/summary/workers"
tags: ["workers"]
---

# Get a count of Worker, Edge, or Outpost Nodes

`GET /products/{product}/summary/workers`

Get a count of all Worker, Edge, or Outpost Nodes for the specified Cribl product.

## Path parameters

- `product` 'stream' | 'edge' | 'outpost', required

## Query parameters

- `filterExp` string — Filter expression to evaluate against Nodes for inclusion in the response.

## Response `200`

The requested number object in a single-item list.

- CountedNumber
  - `count` integer, required — number of items present in the items array
  - `items` number[], required — List of items in this response.

## Other responses

- `400` — Failed validation or malformed input if the product is not "stream", "edge", or "outpost"
- `401` — Authentication failed (missing or invalid credentials or Bearer token).
- `403` — Not authorized or licensed to perform this action.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/56cb25079271/schema)
