---
title: "Db Table"
method: GET
path: "/queue/db/table/{table_name}"
tags: ["queue"]
---

# Db Table

`GET /queue/db/table/{table_name}`

Fetch rows from one table with basic pagination.
Returns: { name, rows, cols, items:[...], limit, offset }

## Path parameters

- `table_name` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string, nullable — Column to order by (falls back to ROWID DESC)
- `asc` boolean — Order ascending if true

## 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)
