NocoDB
communityOpen-source Airtable alternative turning databases into smart spreadsheets with API.
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://{instance}/api/v1/db/data/noco/{orgId}/{projectId}/{tableId}List table rows
Parameters
sortsort fields (stringoptionallimitresults (integeroptionalwherefilter expression (stringoptionaloffsetpagination (integeroptionalReturns
list[] with Id and dynamic column values, pageInfo with totalRows, page, pageSizePOST
https://{instance}/api/v1/db/data/noco/{orgId}/{projectId}/{tableId}Create a row
Parameters
bodycolumn-value pairs (objectrequiredReturns
created row with Id and column valuesGET
https://{instance}/api/v1/db/meta/projects/{projectId}/tablesList tables in a base
Parameters
projectIdproject/base ID (stringrequiredReturns
list[] with id, title, columns[] with title, uidt (field type), pv (primary value)