Get run result
get_run_resultRetrieve the status and reply of a completed agent run, including a link to view the session in the web app. Use to poll results after starting a run without waiting.
Instructions
Get a run's status and, if it has completed, the assistant's reply, plus a "url" that opens the run's session in the web app. Use to poll a run started with invoke_agent wait=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run id returned by invoke_agent. | |
| agent_id | Yes | The agent's UUID. |