list_objects
Browse and filter Ross ERP 8.0 objects (tables / views / procedures / functions). Filter by type, database, module, or a name substring; paginate with limit/offset. Returns object summaries — use lookup_table for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Name substring filter, e.g. GL_ | |
| db | No | Database filter, e.g. FIN or MAN | |
| type | No | Object type filter: table | view | procedure | function | |
| limit | No | Max objects (default 100) | |
| module | No | Module filter, e.g. GL or PO | |
| offset | No | Pagination offset (default 0) |