list_read_files
Retrieve a list of files from Bexio with options for pagination, sorting, and filtering by archived status.
Instructions
Fetch a list of files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| order_by | No | Defines the order of the results. Multiple sort parameters can be combined by using a comma separator. `_asc` and `_desc` can be appended to any parameter to either sort ascending (default) or descending. | |
| archived_state | No | Include/Exclude archived files via filter (all, archived, not_archived) |