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

# Fetch one cell

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

## Response `200`

The single typed cell (+ run metadata where present).

## Other responses

- `404` — COLUMN_NOT_FOUND / 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)
