Server logs
ro_logsFetch OpenFolio logs by module, level, or substring to diagnose errors and monitor recent operations. Supports pagination with a default of 50 rows.
Instructions
OpenFolio GET /api/external/ro/logs. Must pass module (e.g. grid, scheduler, fetcher) or search (substring in message/data). Default 50 rows, max 100. Use for 查某某报错/最近日志. Do not call with empty filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Filter by log level | |
| limit | No | Row cap, default 50 | |
| module | No | Log module, e.g. grid, scheduler, fetcher | |
| offset | No | Pagination offset | |
| search | No | Substring match on message or data JSON |