---
title: "Data feed for inspections"
method: GET
path: "/feed/inspections"
tags: ["Data Feeds"]
---

# Data feed for inspections

`GET /feed/inspections`

## Query parameters

- `modified_after` string, date-time
- `modified_before` string, date-time
- `template` string[]
- `archived` 'false' | 'true' | 'both'
- `completed` 'true' | 'false' | 'both'
- `web_report_link` 'private' | 'public'

## Response `200`

A successful response.

- S12ThepubV1FeedInspectionsResponse — The response for `FeedInspections`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedInspectionsResponseFeedInspection[] — The inspections returned.
    - `id` string — The ID of this inspection.
    - `name` string — The name of this inspection.
    - `archived` boolean — If this inspection is archived.
    - `organisation_id` string — The organisation this inspection belongs to.
    - `owner_name` string — The name of the user who created this inspection.
    - `owner_id` string — The ID of the user who created this inspection.
    - `author_name` string — The name of the user who last updated this inspection.
    - `author_id` string — The ID of the user who last updated this inspection.
    - `score` number, double — The score of this inspection.
    - `max_score` number, double — The maximum score of this inspection.
    - `score_percentage` number, double — The percentage of the inspection score.
    - `duration` integer — The duration of this inspection.
    - `site_id` string — The site this inspection was conducted at.
    - `template_id` string — The ID of the template this inspection was conducted from.
    - `template_name` string — The name of the template this inspection was conducted from.
    - `template_author` string — The author of the template.
    - `date_started` string, date-time — The date this inspection was started.
    - `date_completed` string, date-time — The date this inspection was completed.
    - `date_modified` string, date-time — The date this inspection was last updated.
    - `created_at` string, date-time — The date this inspection was created on the server.
    - `modified_at` string, date-time — The date this inspection was last updated on the server.
    - `latitude` number, double — The latitude this inspection was conducted at.
    - `longitude` number, double — The longitude this inspection was conducted at.
    - `document_no` string — The document number of this inspection.
    - `prepared_by` string — The user who created this inspection.
    - `location` string — The location this inspection was conducted at.
    - `conducted_on` string — The date this inspection was conducted.
    - `personnel` string — The people involved in this inspection.
    - `client_site` string — The site this inspection was conducted at.
    - `web_report_link` string — The URL to the web report for this inspection.

## 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)
