search_files
Search bexio files using a custom request body. Filter by archive status, limit results, and paginate with offset to retrieve the exact files you need.
Instructions
Search files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body as defined by the bexio API. | |
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| archived_state | No | Include/Exclude archived files via filter (all, archived, not_archived) |