Baserow
communityOpen-source no-code database and Airtable alternative. Create databases, forms, and automations.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.baserow.io/api/database/rows/table/{table_id}/List rows in a table
Parameters
sizepage size (integeroptionalsearchsearch query (stringoptionalorder_byfield ID with +/- prefix (stringoptionaltable_idtable ID (integerrequiredReturns
results[] with id, order and dynamic field valuesPOST
https://api.baserow.io/api/database/rows/table/{table_id}/Create a new row
Parameters
table_idtable ID (integerrequiredfield_valuesdynamic field key-value pairs (objectrequiredReturns
id, order, and created field valuesGET
https://api.baserow.io/api/database/fields/table/{table_id}/List table fields/columns
Parameters
table_idtable ID (integerrequiredReturns
fields[] with id, name, type, order, primary, read_only