工具 API
get_ run_ result
Result records of a run (array of JSON objects, structure per output_schema), at most 50 per call; use fields to take only the columns you need. pagination.total is the total count; partial=true means the run partially succeeded or was cancelled, its records are valid and billed. While the run is in progress this returns only what has been produced so far and total keeps growing; wait for a terminal state for the complete result. A handoff field means the results were not fully fetched: it explains the two options (keep paging, or export via the SDK / REST command it gives) and when each fits; when the data is large and the user has not said which, ask before proceeding.
调用信息
- 工具标识
- datahub.get_run_result
- 服务提供方
- 八爪鱼 DataHub
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
run_id必填Run id from run_data_app / an App-specific tool, or recovered via list_runs
offsetPagination start offset
limitRecords to return, 1-50 (larger values are clamped)
fieldsOptional comma-separated field names from output_schema (e.g. 'title,price,url'); only these columns are returned. Use it whenever only some fields are needed