Get a result by runId
setoolbox_get_resultRetrieve a run's result file by runId, verbatim, after a timeout or from another session. If absent, returns found false and queued status.
Instructions
Return the result file for a runId, verbatim, if one exists in out/. Use it after a setoolbox_run timeout, or for a run submitted by another session. Returns { "found": false, "queued": boolean } when no result has appeared; queued true means the request is still waiting in in/ for the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The request's runId. |