Cursor: get run
cursor_get_runCheck a Cursor Cloud Agent run's status, duration, branch or PR, and final reply once finished.
Instructions
Inspect one run: status, duration, reported branch or PR, and the final reply once it has finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run id, in `run-<uuid>` form. | |
| agentId | Yes | Agent id, in `bc-<uuid>` form. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| branches | Yes | ||
| terminal | Yes | ||
| durationMs | No | ||
| resultBytes | No |