get_unit_inspection_report
Generate a report on unit inspections filtered by property, owner, or date range. Specify unit status, inspection date range, and columns.
Instructions
Generates a report on unit inspections. IMPORTANT: All ID parameters (owners_ids, properties_ids, etc.) must be numeric strings (e.g. '123'), NOT names. Use respective directory reports first to lookup IDs by name if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | No | Filter results based on properties, groups, portfolios, or owners. All ID fields must be numeric strings, not names. | |
| unit_visibility | No | Filter units by status. Defaults to "active" | active |
| last_inspection_on_from | No | Optional. Filter units last inspected on or after this date (YYYY-MM-DD). | |
| include_blank_inspection_date | No | Include units with no inspection date. Defaults to false. | |
| columns | No | Array of specific columns to include in the report |