Get table stats
Get aggregate stats for one table: row count, columns per kind, failed cell count, the newest active run (if any), and whether the table is at its row cap.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Aggregate stats for one table, composed from three downward reads.
The newest active run, when one exists.
Whether the table has reached its row cap.
Number of columns per column kind (manual/formula).
Cells currently carrying an evaluation error.
Errored cells per column ID. A column with no failures is absent — read absence as zero. What the column header's error badge shows.
Cells holding a stored value, per column ID. A column with no filled cells is absent — read absence as zero. How much of the column has DATA in it, which is not how much of it is DONE — for that, and for the breakdown behind it, read cell_settlement_by_column.
How each column's cells ended, per column ID. A column with no cells is absent — read absence as zero across every figure.
The completeness read. filled_cells_by_column and failed_cells_by_column are both projections of this and are kept only so an existing API-key client does not break.
When each column last produced a value. Derived from its newest computed cell — a column absent here has never run. Not the column's updated_at, which moves when it is merely renamed.