---
title: "Data feed for inspection items"
method: GET
path: "/feed/inspection_items"
tags: ["Data Feeds"]
---

# Data feed for inspection items

`GET /feed/inspection_items`

## Query parameters

- `modified_after` string, date-time
- `modified_before` string, date-time
- `template` string[]
- `archived` 'false' | 'true' | 'both'
- `completed` 'true' | 'false' | 'both'
- `include_inactive` boolean

## Response `200`

A successful response.

- S12ThepubV1FeedInspectionItemsResponse — The response for `FeedInspectionItems`
  - `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` S12ThepubV1FeedInspectionItemsResponseFeedInspectionItem[] — The inspection items returned.
    - `id` string — Combined inspection item ID.
    - `item_id` string — Item ID.
    - `audit_id` string — Inspection ID.
    - `item_index` integer — Index of item in the inspection.
    - `template_id` string — Template ID.
    - `parent_id` string — Parent Item ID.
    - `organisation_id` string — Organization that owns this inspection.
    - `created_at` string, date-time — Created date for the inspection.
    - `modified_at` string, date-time — Created date for the inspection.
    - `type` string — Type of question.
    - `category` string — Name of the section this falls under.
    - `category_id` string — ID of the section this falls under.
    - `parent_ids` string — All parent IDs for this item.
    - `label` string — Label of the item.
    - `response` string — Response for the item.
    - `response_id` string — ID of the response in the response set.
    - `response_set_id` string — ID of the response set used for this item.
    - `is_failed_response` boolean — If the response indicates a failure.
    - `comment` string — Notes for the item.
    - `media_files` string — Names of media files associated with this item.
    - `media_ids` string — IDs of media files associated with this item.
    - `media_hypertext_reference` string — URLs of media files associated with this item.
    - `score` number, double — Score for this item, where this item has children it will be the combined score of those children.
    - `max_score` number, double — Max score for this item, where this item has children it will be the combined score of those children.
    - `score_percentage` number, double — Score perscentrage for this item, where this item has children it will be the combined score of those children.
    - `combined_score` number, double — Where this item has children it will be the combined score of those children, otherwise null.
    - `combined_max_score` number, double — Where this item has children it will be the combined max score of those children, otherwise null.
    - `combined_score_percentage` number, double — Where this item has children it will be the combined score percentage of those children, otherwise null.
    - `mandatory` boolean — Item mandatory requirement.
    - `inactive` boolean — Item visibility.
    - `location_latitude` number, double — The latitude this inspection was conducted at.
    - `location_longitude` number, double — The longitude this inspection was conducted at.
    - `primeelement_id` string — For repeated sections/dynamic fields. This ID will be consistent for every item under a repeated section.
    - `primeelement_index` integer — For repeated sections/dynamic fields. This will be the element count indexed from 0.

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