---
title: "Get Worker Count"
method: GET
path: "/workers/count"
tags: ["workers"]
---

# Get Worker Count

`GET /workers/count`

How many Workers the caller's organization has.

Takes no filter parameters, on purpose. Chrome that reports the size of the
fleet — a header count, a ``loaded / total`` denominator, an empty-state gate —
needs a number that does not move when someone narrows the list, and reading it
off a filtered page is what made that page fetch rows nobody renders.

## Response `200`

Successful Response

- WorkerCountResponse
  - `total` integer, required

## Changes

> 23 revisions in range; 6 not diffed.

- **2026-08-27** `5b3d8e378765` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/traversal/apis/fastapi/changes/workers/count/get.md)

---

[API](https://skmtc.dev/traversal/apis/fastapi.md) · [All operations](https://skmtc.dev/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/8e5040513836/schema)
