Inspect a staged statistical dataset
inspect_datasetReturn cached columns/types and row count, never observation rows.
Args: dataset_id: Id returned by stage_url response_format: Which channel carries the column table. "auto" (default) means no preference and lets the server decide; "text" sends it as CSV in the text channel only, "structured" as typed fields only, "both" in both. If you got a summary but no column table, call again with response_format="text".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | ||
| response_format | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | ||
| row_count | Yes |