get_castable_columns
Get column metadata (names, types, labels, formats) for CAS tables, with structured error handling for missing tables.
Instructions
Get column metadata for a CAS table (names, types, labels, formats).
A missing table returns a structured not_found with the two usual
causes (unloaded source table vs session-scoped table) instead of a raw
HTTP error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum columns to return (default 200). | |
| server_id | Yes | CAS server name or ID. | |
| table_name | Yes | Name of the table. | |
| caslib_name | Yes | Name of the caslib. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |