Skip to main content
GET
/
tables
/
{tableId}
/
rows
/
{rowId}
/
cells
/
{columnId}
Fetch one cell
curl --request GET \
  --url https://origami.chat/api/v2/tables/{tableId}/rows/{rowId}/cells/{columnId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string<uuid>
required
rowId
string<uuid>
required
columnId
string<uuid>
required

Response

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