get_column | Fetch metadata for a single column (format, formula, default value…). |
get_control | Fetch a control and its current value. |
get_doc | Fetch metadata for a single doc. |
get_formula | Fetch a named formula and its current computed value. |
get_mutation_status | Check whether an asynchronous write (row upsert, page update…) has completed. |
get_page | Fetch metadata for a single page by id or name. |
get_row | Fetch a single row and its cell values. |
get_sharing_metadata | Read whether the user can share, copy or manage permissions on a doc. |
get_table | Fetch metadata for a table or view (row count, display column, layout…). |
get_user | Get the name, email and workspace of the token owner. |
list_categories | List the categories available for published docs in the Coda gallery. |
list_columns | List the columns of a table or view. |
list_controls | List the controls (sliders, buttons, selects…) of a doc. |
list_doc_analytics | List usage analytics (views, copies, sessions…) for docs over a date range. |
list_docs | List docs accessible to the user, with optional search and workspace/folder filters. |
list_formulas | List the named formulas of a doc. |
list_pages | List the pages of a doc. |
list_permissions | List who has access to a doc and at what level. |
list_rows | List rows of a table, with optional column-value filter, sort and value format. |
list_tables | List the tables and views of a doc. |
resolve_browser_link | Resolve a coda.io browser URL to the API resource (doc, page, table…) it points to. |