How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Coda Rows API

You'll likely use this part of the API the most. These endpoints let you retrieve row data from tables in Coda as well as create, upsert, update, and delete them. Most of these endpoints work for both base tables and views, but for inserting/upsering rows, you must use a base table.

Coda Rows API is one of 18 APIs that Coda publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Rows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 7 operations across 3 paths, and defines 36 schemas. It is described by OpenAPI 3.2.0, at version 1.5.0.

Requests are made against a single base URL, https://coda.io/apis/v1.

7 operations 3 paths 36 schemas 2 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.5.0
Base URL
https://coda.io/apis/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Coda Rows API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (UUID) (Bearer). By default, every request must be authenticated.

  • Bearer — The Coda API can be accessed using an API token, which can be obtained from [My account](https://coda.io/account) in Coda. This token should be specified by se…

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Rows 7

You'll likely use this part of the API the most. These endpoints let you retrieve row data from tables in Coda as well as create, upsert, update, and delete them. Most of these en…

GET
/docs/{docId}/tables/{tableIdOrName}/rows
List table rows
listRows 10 params → 200400401403404429
POST
/docs/{docId}/tables/{tableIdOrName}/rows
Insert/upsert rows
upsertRows 3 params body → 202400401403404429
DELETE
/docs/{docId}/tables/{tableIdOrName}/rows
Delete multiple rows
deleteRows 2 params body → 202400401403404429
GET
/docs/{docId}/tables/{tableIdOrName}/rows/{rowIdOrName}
Get a row
getRow 5 params → 200401403404429
PUT
/docs/{docId}/tables/{tableIdOrName}/rows/{rowIdOrName}
Update row
updateRow 4 params body → 202400401403404429
DELETE
/docs/{docId}/tables/{tableIdOrName}/rows/{rowIdOrName}
Delete row
deleteRow 3 params → 202401403404429
POST
/docs/{docId}/tables/{tableIdOrName}/rows/{rowIdOrName}/buttons/{columnIdOrName}
Push a button
pushButton 4 params → 202400401403404429

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are RowDetail (10 properties), Row (9 properties), TableReference (7 properties), PageReference (5 properties). Each schema is shown below with its type and property counts.

ImageStatus
string
The status values that an image object can have.
TableReference
object
Reference to a table or view.
7 properties 6 required
RowUpdate
object
Payload for updating a row in a table.
1 property 1 required
ValueFormat
string
The format that cell values are returned as.
RowsSortBy
string
Determines how the rows returned are sorted
CellValue
All values that a row cell can contain.
ImageUrlValue
A named url of an image along with metadata.
Row
object
Info about a row.
9 properties 9 required
RichValue
A cell value that contains rich structured data.
nextPageToken
string
If specified, an opaque token used to fetch the next page of results.
RowDeleteResult
The result of a row deletion.
PushButtonResult
The result of a push button.
nextSyncToken
string
If specified, an opaque token that can be passed back later to retrieve new results that match the parameters specified when the sync token was created.
RowUpdateResult
The result of a row update.
RichSingleValue
A value that contains rich structured data. Cell values are composed of these values or arrays of these values.
UrlValue
A named hyperlink to an arbitrary url.
DocumentMutateResponse
object
Base response type for an operation that mutates a document.
1 property 1 required
PageReference
object
Reference to a page.
5 properties 5 required
ScalarValue
A Coda result or entity expressed as a primitive type.
LinkedDataObject
object
Base type for a JSON-LD (Linked Data) object.
3 properties 2 required
RowList
object
List of rows.
5 properties 1 required
RowEdit
object
An edit made to a particular row.
1 property 1 required
nextPageLink
string
If specified, a link that can be used to fetch the next page of results.
RowsDeleteResult
The result of a rows delete operation.
RowDetail
object
Details about a row.
10 properties 10 required
RowsUpsertResult
The result of a rows insert/upsert operation.
RowValue
A value representing a Coda row.
TableType
string
CurrencyAmount
A numeric monetary amount as a string or number.
RowsUpsert
object
Payload for upserting rows in a table.
2 properties 1 required
CurrencyValue
A monetary value with its associated currency code.
PersonValue
A named reference to a person, where the person is identified by email address.
RowsDelete
object
Payload for deleting rows from a table.
1 property 1 required
LinkedDataType
string
A schema.org identifier for the object.
Value
A Coda result or entity expressed as a primitive type, or array of primitive types.
CellEdit
object
An edit made to a particular cell in a row.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coda-rows-api-openapi.yml Raw ↑

Other APIs Coda publishes across the network.

Coda Account API
Coda Analytics API
Coda Automations API
Coda Columns API
Coda Controls API
Coda CustomDocDomains API
Coda Docs API
Coda Folders API
Coda Formulas API
Coda Go Links API
Coda Miscellaneous API
Coda Packs API
Where this information came from

This is an independent, third-party profile of Coda Rows API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.