Get OrangePro agent logs
orangepro_get_agent_logsRetrieve recent log lines from an OrangePro agent to debug failures, check processing details, or verify actions during a run.
Instructions
Read recent log lines for an OrangePro agent. Use to debug failures, check processing details, or verify what an agent did during a run. Returns timestamped log lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of log lines to return. Default 100. | |
| offset | No | Number of log lines to skip for pagination. | |
| agent_id | Yes | The agent_id to get logs for. | |
| tenant_id | No | OrangePro tenant id. Defaults to ORANGEPRO_TENANT_ID env var. |