Inspections Get Inspection
inspections_get_inspectionRetrieve full details for a Mitti inspection by audit ID: get its name, template, owner, dates, score, and status in one response.
Instructions
Get full details of a single Mitti inspection by its audit ID. Returns name, template, owner, dates, score, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_id | Yes | The unique audit/inspection ID (starts with 'audit_'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| score | No | ||
| status | No | ||
| site_id | No | ||
| audit_id | Yes | ||
| owner_name | No | ||
| template_id | No | ||
| total_score | No | ||
| date_started | No | ||
| date_modified | No | ||
| date_completed | No |