---
title: "Search modified inspections"
method: GET
path: "/audits/search"
tags: ["Inspections"]
---

# Search modified inspections

`GET /audits/search`

## Query parameters

- `field` string[]
- `order` 'asc' | 'desc'
- `modified_after` string, date-time
- `modified_before` string, date-time
- `template` string[]
- `archived` 'false' | 'true' | 'both'
- `completed` 'both' | 'false' | 'true'
- `owner` 'all' | 'me' | 'other'
- `limit` integer

## Response `200`

A successful response.

- S12ThepubV1SearchInspectionsResponse — Result returned from `SearchInspections`
  - `count` integer — The number of results returned.
  - `total` integer — The total number of results available.
  - `audits` S12ThepubV1SearchInspectionsResponseSearchInspectionsInspection[] — The results returned.
    - `audit_id` string — The inspection ID.
    - `template_id` string — The ID of the template this inspection was conducted from.
    - `modified_at` string, date-time — The date and time the inspection was last modified.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
