---
title: "Get inbox summary"
method: GET
path: "/public/v1/inbox/"
tags: ["Inbox"]
---

# Get inbox summary

`GET /public/v1/inbox/`

Get counts of pending approvals in the inbox for the entire organization.

## Query parameters

- `search` string, nullable

## Response `200`

OK

- PublicInboxSummarySchemaOut — Summary schema for inbox base endpoint.
  - `transactions_count` integer, required
  - `records_count` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
