---
title: "Count jobs or people in the organization"
method: GET
path: "/v2/org/{orgId}/job/count"
tags: ["job"]
---

# Count jobs or people in the organization

`GET /v2/org/{orgId}/job/count`

## Path parameters

- `orgId` string, required

## Query parameters

- `scenarioId` string
- `date` string, date
- `startDate` string, date
- `endDate` string, date
- `q` string

## Response `200`

successful operation

- OrgCount
  - `jobCount` integer, required
  - `personCount` integer, required
  - `startingCount` integer, required
  - `departingCount` integer, required
  - `groupCount` integer

## Other responses

- `202` — snapshot currently building
- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/50a1edd6b27e/schema)
