Inspections List Inspections
inspections_list_inspectionsList inspections from Mitti with optional template and modification date filters. Returns audit IDs, template IDs, and timestamps for each inspection, enabling follow-up retrieval of full details.
Instructions
List inspections from the Mitti (formerly SafetyCulture) account. Supports filtering by modification date and limiting the number of results. Returns only audit_id, template_id, and modification date per inspection — the search API does not return name, owner, score, or status. Call get_inspection with a specific audit_id for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of inspections to return (1–100, default 20). | |
| template_id | No | Filter by a specific template ID. | |
| modified_after | No | ISO 8601 timestamp — only return inspections modified after this time. Example: '2024-01-01T00:00:00.000Z' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | Total number of matching inspections (may exceed page size) | |
| inspections | No | ||
| next_page_token | No | Cursor for the next page of results |