opencode_list_runs
Retrieve recent agent runs with their status and exit codes to quickly assess execution results. Optionally limit the number of entries returned.
Instructions
List all recent agent runs with their status and exit codes.
Return Format
{"success": bool, "message": str, "data": {"runs": [{"job_id": str, "status": str, "exit_code": int}]}}
Examples
opencode_list_runs(limit=20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max jobs to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||