---
title: "GET /tables/{tableID}/rows/{rowID}"
method: GET
path: "/tables/{tableID}/rows/{rowID}"
---

# GET /tables/{tableID}/rows/{rowID}

`GET /tables/{tableID}/rows/{rowID}`

Gets a single row from a Big Table by row ID

## Path parameters

- `tableID` string, required — ID of the table, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`
- `rowID` string, required — ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`

## Response `200`

- object
  - `data` object, required — A row object conforming to the schema of the table, where keys are the column IDs and values are the column values: ```json { "fullName": "Alex Bard", "invoiceDate": "2024-07-29T14:04:15.561Z", "totalAmount": 34.50, "amountPaid": 0 } ```

## Other responses

- `400`
- `402`
- `404`

## Changes

- **2025-06-16** `3ed15b3d2574` — 1 breaking
  - the `data` response's property type/format changed from `array`/`` to `object`/`` for status `200`
- **2025-06-10** `527efe7d47ab` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/glideapps/apis/untitled-api/changes/tables/:tableID/rows/:rowID/get.md)

---

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