Coda
communityAll-in-one document platform combining docs, spreadsheets, and apps with automations and integrations.
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://coda.io/apis/v1/docsList documents
Parameters
limitresults (integeroptionalquerysearch keyword (stringoptionalReturns
items[] with id, name, owner, createdAt, updatedAt, folder, browserLinkGET
https://coda.io/apis/v1/docs/{docId}/tables/{tableIdOrName}/rowsGet rows from a table
Parameters
docIddocument ID (stringrequiredlimitresults (integeroptionalqueryfilter query (stringoptionaltableIdOrNametable ID or name (stringrequiredReturns
items[] with id, name, values (column-value pairs), createdAt, updatedAt, browserLinkPOST
https://coda.io/apis/v1/docs/{docId}/tables/{tableIdOrName}/rowsInsert a row into a table
Parameters
rowsarray of {cells: [{columnrequired— value}]} (arraydocIddocument ID (stringrequiredtableIdOrNametable ID or name (stringrequiredReturns
requestId, addedRowIds[]