Rows
Get row
Retrieve a single row from a table.
GET
Path parameters
string
required
The unique identifier of the table.
string
required
The unique identifier of the row.
Response
string
Unique row identifier.
integer
Position of the row in the table.
object
Extracted data keyed by column key.
string | null
Validation status.
object | null
Validation error details.
object | null
Per-column enhancement status.
boolean
Whether the row has been manually edited.
string
ISO 8601 timestamp.

