工具 API

get_run_status

Current state of a run (no result data). To wait for a run pass wait_seconds=60: the server holds until the run reaches a terminal state or the timeout elapses; if the state is still not terminal, call again as-is. Never poll rapidly without wait_seconds. Also read progress (done / total / status_text reported by the App, may be null), error (code / category / message / retryable) and usage / billing. Once state is SUCCEEDED or PARTIALLY_SUCCEEDED, fetch results with get_run_result.

devOAuth1 积分

调用信息

工具标识
datahub.get_run_status
服务提供方
八爪鱼 DataHub
平均响应
0 ms
近 7 天调用
0

输入参数

run_id必填

Run id from run_data_app / an App-specific tool, or recovered via list_runs

wait_seconds

Long-poll seconds, 0-60 (larger values are clamped): the server holds until the run reaches a terminal state or the timeout elapses. Pass 60 to wait for a run; do not poll rapidly with 0