Get run result
get_run_resultCheck an agent run's status and get the assistant's reply after completion. Poll runs initiated with invoke_agent when wait is set to false.
Instructions
Get a run's status and, if it has completed, the assistant's reply. 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. |