---
title: "Db Summary"
method: GET
path: "/queue/db/summary"
tags: ["queue"]
---

# Db Summary

`GET /queue/db/summary`

Returns: { tables: [ {name, rows, cols:[{name,type,...}], sample:[row,...]} ] }
Matches the UI normalizer in QueueLiveStats.jsx.

## Query parameters

- `sample_limit` integer
- `only` string, nullable — Comma-separated table names to include

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
