Coda Project · Arazzo Workflow

List and read Coda doc rows

Version 1.0.0

Validate the token, find a doc and table, and read its rows.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyProductivityDocumentsSpreadsheetsCollaborationNo-CodeWorkspaceArtificial IntelligenceContent ManagementSoftware-as-a-ServiceArazzoWorkflows

Provider

coda-project

Workflows

list-and-read-rows
Confirm identity, discover a doc/table, then page through rows.
4 steps inputs: query outputs: rows
1
whoami
2
listDocs
3
listTables
4
listRows

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: List and read Coda doc rows
  version: 1.0.0
  summary: Validate the token, find a doc and table, and read its rows.
sourceDescriptions:
- name: accountApi
  url: ../openapi/coda-project-account-api-openapi.yml
  type: openapi
- name: docsApi
  url: ../openapi/coda-project-docs-api-openapi.yml
  type: openapi
- name: rowsApi
  url: ../openapi/coda-project-rows-api-openapi.yml
  type: openapi
- name: tablesApi
  url: ../openapi/coda-project-tables-api-openapi.yml
  type: openapi
workflows:
- workflowId: list-and-read-rows
  summary: Confirm identity, discover a doc/table, then page through rows.
  inputs:
    type: object
    properties:
      query:
        type: string
  steps:
  - stepId: whoami
    operationId: whoami
    successCriteria:
    - condition: $statusCode == 200
  - stepId: listDocs
    operationId: listDocs
    parameters:
    - name: query
      in: query
      value: $inputs.query
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      docId: $response.body#/items/0/id
  - stepId: listTables
    operationId: listTables
    parameters:
    - name: docId
      in: path
      value: $steps.listDocs.outputs.docId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tableId: $response.body#/items/0/id
  - stepId: listRows
    operationId: listRows
    parameters:
    - name: docId
      in: path
      value: $steps.listDocs.outputs.docId
    - name: tableIdOrName
      in: path
      value: $steps.listTables.outputs.tableId
    - name: useColumnNames
      in: query
      value: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      rows: $response.body#/items
  outputs:
    rows: $steps.listRows.outputs.rows

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/coda-project-list-and-read-rows"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.