cURL
curl --request GET \ --url https://api.extruct.ai/v1/tables/{table_id}/rows/{row_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "is_missing_inputs": true, "parent_row_id": "<string>", "data": {}, "metadata": {}, "parent_data": {}, "status": "running", "columns": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "config": { "kind": "input", "name": "<string>", "key": "<string>" } } ] }
Get a table row by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object