Search inspections
documentedQuery inspections with filters (e.g., modified_at, audit_id) and retrieve matching inspection records.
GET /audits/searchInspectionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.safetyculture.io/audits/search?field={{$field1}}&field={{$field2}}&modified_after={{$modified_after}}&modified_before={{$modified_before}}&template={{$template}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"