---
title: "Retrieve a single file validation record"
method: GET
path: "/validate-interior/{id}/"
tags: ["Files validation"]
---

# Retrieve a single file validation record

`GET /validate-interior/{id}/`

Retrieve a single file validation record

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required
  - `source_url` string, required — The url of the source file.
  - `page_count` string — Detected page count of the file.
  - `errors` string[] — List of errors detected in the file.
  - `status` 'VALIDATING' | 'VALIDATED' | 'ERROR' — Status of source file
  - `valid_pod_package_ids` string[] — List of detected valid POD package IDs for source file.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/lulu/apis/universal-publishing-platform-api.md) · [All operations](https://skmtc.dev/lulu/apis/universal-publishing-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lulu/universal-publishing-platform-api/revisions/3119f71811f8/schema)
