---
title: "Export the items violating one governance file rule as XLSX"
method: GET
path: "/analytics/export/missing-files/xlsx"
tags: ["analytics"]
---

# Export the items violating one governance file rule as XLSX

`GET /analytics/export/missing-files/xlsx`

Streams an xlsx workbook of every item violating a single
mandatory-file rule. Reads the same query as the paged list, in
batches, so the workbook and the list cannot disagree and the
full result set is never held in memory at once.

## Query parameters

- `rule_id` string, required

## Response `200`

OK

## 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/export/missing-files/xlsx/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)
