---
title: "List items violating one governance file rule"
method: GET
path: "/analytics/items/missing-files"
tags: ["analytics"]
---

# List items violating one governance file rule

`GET /analytics/items/missing-files`

Returns one page of the items that violate a single mandatory-file
rule from the business's governance ruleset. Rules are identified by
the rule_id carried in each entry of the stats response's
seco_missing_files.rules array. Paging is cursor-based: pass the
previous response's next_cursor; a null next_cursor is the last page.
Returns 404 where the governance dashboard is not enabled, no file
rules are configured, or the rule no longer exists.

## Query parameters

- `rule_id` string, required
- `cursor` string
- `limit` integer

## Response `200`

OK

- ModelsSecoMissingFileItemsResponse
  - `business_id` string
  - `items` ModelsSecoMissingFileItem[]
    - `category` string
    - `doc_count` integer
    - `id` string
    - `manufacturer` string
    - `part_number` string
    - `title` string
  - `label` string
  - `limit` integer
  - `next_cursor` string
  - `rule_id` string
  - `severity` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-27** `05ad3f421950` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resourcly/apis/resourcly-api/changes/analytics/items/missing-files/get.md)

---

[API](https://skmtc.dev/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.dev/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/05ad3f421950/schema)
