Skip to main content
GET
Get Cell
Retrieve a single cell by ID, including its current status, display value, and structured value. Cell statuses: completed, stale, running, queued, error, cancelled.

Authorizations

X-API-KEY
string
header
required

Path Parameters

table_id
string<uuid>
required
sheet_id
string<uuid>
required
cell_id
string<uuid>
required

Response

Cell detail

success
boolean
cell
object

A single cell at the intersection of a column and a row.