---
title: "Get compensation level group status counts"
method: GET
path: "/api/v1/pay-grades-and-bands/status-counts"
tags: ["Public API"]
---

# Get compensation level group status counts

`GET /api/v1/pay-grades-and-bands/status-counts`

Get the count of compensation level groups in each status (draft, published, historic).

OAuth Scopes: pay_grades_and_bands

## Response `200`

Successful response

- LevelsAndBandsGroupStatusCounts — Schema for levels and bands group status counts
  - `draft` integer — Number of levels/bands in draft status
  - `historic` integer — Number of levels/bands in historic status
  - `published` integer — Number of levels/bands in published status

## Other responses

- `403` — Insufficient permissions
- `500` — Internal server error

---

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