oz_run_get
Retrieve the current status and output of a Warp Oz run by its ID. Use this to poll a cloud run until it completes.
Instructions
Fetch the current status and output of a single Warp Oz run by its id. Read-only and idempotent — safe to call repeatedly while polling a cloud run to completion (SUCCEEDED / FAILED). Typically called after oz_agent_run_cloud, which returns the run id; ids also come from oz_run_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run identifier as returned by `oz_agent_run_cloud` or `oz_run_list`. |