v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014430130.6 KB
rows

Retrieve a row

This gets a single row, it will be enriched with the full related rows, rather than the squashed "primaryDisplay" format returned by the search endpoint.

get/tables/{tableId}/rows/{rowId}

Path parameters

tableIdstring required

The ID of the table which this request is targeting.

rowIdstring required

The ID of the row which this request is targeting.

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Response

Returns the retrieved row.