---
title: "List Records from Table"
method: GET
path: "/workspace/{ws_id}/table/{table}"
tags: ["Tables"]
---

# List Records from Table

`GET /workspace/{ws_id}/table/{table}`

Retrieve a list of records from a given table.

## Path parameters

- `ws_id` string, required
- `table` string, required

## Query parameters

- `user_table` boolean
- `q` string

## Response `200`

OK

- ApiResponsesResponseWrapper
  - `limit` integer
  - `offset` integer
  - `results` object
  - `total` integer

## Other responses

- `400` — Failed to list records
- `404` — Can not find record

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
