List Columns
Tables
List Columns
List columns in a sheet, ordered by position rank. By default, system-managed metadata columns such as price and latency columns are excluded; pass include_system_columns=true to include them. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
GET
List Columns
List all columns in a sheet, ordered by their position rank.
Each column has a
type that determines how its cells are populated:
TEXT— Input column with editable free-text cells.COMPOSITION— Reference column that mirrors a value from another sheet or table.- All other supported enum values — Computed columns that run per row (for example
PROMPT_TEMPLATE,CODE_EXECUTION,COMPARE,LLM_ASSERTION).
text, comparison, and composition, which are normalized to the uppercase enum.Authorizations
Query Parameters
When true, include system-managed metadata columns such as price and latency columns for prompt-template outputs.
Required range:
1 <= x <= 100
