Table Execution
Get Row Data
Get a table row by ID.
GET
Get Table Row
Overview
This endpoint returns a single row by ID.Example request
Key parameters
table_id(required): target table identifier.row_id(required): target row identifier.
Success signal
A successful response returns one row object withid, data, and row metadata.
Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The table ID or row ID is invalid or unavailable in your workspace.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Row creation time.
Available options:
running, idle ID of the parent row, if any.
ID of the linked company profile.
Additional metadata
Data from the parent row, if requested and available.
Get Table Row