List OrangePro agent runs
orangepro_list_agent_runsList recent runs for an agent to review history, identify failures, or confirm completion. Returns run details like status, duration, and records processed.
Instructions
List recent runs for a specific OrangePro agent. Use to check run history, find failed runs, or verify a recent run completed. Returns run_id, status, start time, duration, and records processed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of runs to return. Default 20. | |
| offset | No | Number of runs to skip for pagination. | |
| agent_id | Yes | The agent_id to list runs for. | |
| tenant_id | No | OrangePro tenant id. Defaults to ORANGEPRO_TENANT_ID env var. |