regdata_run_result
Retrieve results of a running regdata check using its runId. Prevents double billing by fetching the completed dataset items instead of re-running the check.
Instructions
Collect the result of a regdata check that was still running when its tool call returned. When any regdata tool returns {status, runId, note} instead of results, the check is running and already billed - call THIS tool with that runId rather than re-running the check, which would charge the user twice. Returns the dataset items once the run finishes; if it is still going, returns the same handle so you can call again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The runId returned by the pending tool call, e.g. NAMNqpPch7RFSY1oQ | |
| maxItems | No | Optional cap on billed dataset items returned. | |
| waitSecs | No | Seconds to wait for the run to finish before returning (0-60, default 45). |