---
title: "Get pending approval count"
method: GET
path: "/api/v1/approvals/count"
tags: ["Approval Queue"]
---

# Get pending approval count

`GET /api/v1/approvals/count`

Returns the number of pending approval requests for the authenticated operator. Used by dashboard sidebar badges and SDK polling.

## Response `200`

Pending approval count

- object
  - `pending` number — Number of pending approvals

## Changes

- **2026-04-14** `0d3faa6ef2db` — 1 breaking, 1 info
  - the `pending` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - removed the non-success response with the status `401`
- **2026-04-12** `3011167788c9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/changes/api/v1/approvals/count/get.md)

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/33dd194c5572/schema)
