---
title: "Fetch one row"
method: GET
path: "/tables/{tableId}/rows/{rowId}"
tags: ["Workspace"]
---

# Fetch one row

`GET /tables/{tableId}/rows/{rowId}`

## Response `200`

The Row object with typed cells keyed by column slug.

- Row
  - `object` 'row', required
  - `id` string, uuid, required
  - `cells` object, required — Typed cells keyed by column slug. Each cell is polymorphic: `scalar` (input columns), `value` (+ run metadata where present), or `sequence` (a reference to the drafted sequence).

## Other responses

- `404` — ROW_NOT_FOUND / TABLE_NOT_FOUND.

---

[API](https://skmtc.net/origami/apis/origami-agent-api.md) · [All operations](https://skmtc.net/origami/apis/origami-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/origami/origami-agent-api/versions/8083ad7fe081/schema)
