---
title: "Query Records"
method: GET
path: "/api/database/records/{tableName}"
tags: ["Client"]
---

# Query Records

`GET /api/database/records/{tableName}`

Query records from a table with filtering, sorting, and pagination

## Path parameters

- `tableName` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `order` string
- `select` string
- `field` string

## Response `200`

List of records

- object[]

## Other responses

- `400` — Invalid query parameters
- `404` — Table not found

---

[API](https://skmtc.dev/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.dev/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
