get_g2b_cache_data
Query cached procurement data with field filtering and pagination for detailed exploration of earlier search results.
Instructions
get__data 호출로 저장된 캐시 파일(cache_file)에서 전체 결과를 필드 필터/페이지 단위로 조회합니다. 대량 조회 결과를 미리보기 이후 상세 탐색할 때 사용합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_file | Yes | get_<module>_data 가 반환한 cache_file 경로 | |
| field_name | No | 필터링할 응답 필드명 | |
| field_value_substring | No | 필드 값에 포함될 부분 문자열 | |
| offset | No | 시작 인덱스(0부터) | |
| limit | No | 반환 최대 건수 |