Call a catalog dataset (raw fields)
call_datasetFetch raw, non-normalized rows from a Seoul Open Data catalog dataset by ID, with optional limit and path parameters. Use get_dataset_spec to determine required inputs.
Instructions
Invoke a catalog dataset by id and get RAW (non-normalized) rows; check get_dataset_spec first for required params. 카탈로그 데이터셋을 직접 호출합니다. 응답은 정규화되지 않은 원본 필드입니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 카탈로그 데이터셋 id | |
| limit | No | 최대 행 수 (기본 10, 최대 50) | |
| params | No | 경로 파라미터 (get_dataset_spec의 pathParams 순서대로) |