At Stack AI, security and privacy of our customer's data is our top priority. Today, we are thrilled to announce that Stack AI is now SOC 2 Type II and HIPAA compliant.
Connect to Coda to access your docs, pages, and tables.
Returns a list of rows in a table. The valueFormat parameter controls how cell values are returned: simple (default) returns string, number, or boolean values with arrays as comma-delimited strings; simpleWithArrays returns singleton values as simple and arrays as JSON arrays; rich returns values with additional encoding for lossless data access, including text in Markdown syntax and special formatting for currency, lookup, image, person and hyperlink values. Limit of results is 200 by default.
ID of the doc.
ID or name of the table. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it.
Query used to filter returned rows, specified as `<column_id_or_name>:<value>`. If you'd like to use a column name instead of an ID, you must quote it (e.g., `"My Column":123`). Also note that `value` is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., `"groceries"`).
Determines how the rows returned are sorted
Use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.
The format that cell values are returned as.
If true, returns only visible rows and columns for the table.
Maximum number of results to return in this query. Default is 200.
An opaque token used to fetch the next page of results.
An opaque token returned from a previous call that can be used to return results that are relevant to the query since the call where the syncToken was generated.
Status code of the response
Headers of the response
Body of the response