List Columns
List Table Sheet Columns
Retrieve columns from a Table sheet.
GET
List Columns
List columns for a Table sheet using cursor pagination. Results are sorted by
position_rank; use order=asc or order=desc to control direction.
Columns are returned in sheet order and include dependency and source metadata for clients that need to render or recreate column configuration.
Columns are returned in data. Pagination metadata is returned in pagination, including next_cursor, has_more, and limit.
Treat next_cursor as opaque. It includes the current sort, order, cursor value, and a hash of the active filters. Reuse a cursor only with the same sort, order, and filter parameters from the request that produced it; changing any of those while passing an old cursor returns an invalid cursor error.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
