---
title: "Retrieve all rows from the table"
method: GET
path: "/v1/org/{orgId}/table/{tableId}/data"
tags: ["table"]
---

# Retrieve all rows from the table

`GET /v1/org/{orgId}/table/{tableId}/data`

## Path parameters

- `orgId` string, required
- `tableId` string, required

## Query parameters

- `date` string, date
- `scenarioId` string
- `q` string
- `from` string
- `limit` integer
- `sort` string
- `columns` string
- `format` string
- `splitColumns` boolean
- `returnAccess` string

## Response `200`

successful retrieval

- ResultsData
  - `data` object[], required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]
  - `totalRow` object

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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