---
title: "Browse a Storage import preview as a tree"
method: GET
path: "/storage/import-preview/{preview_id}"
tags: ["storage"]
---

# Browse a Storage import preview as a tree

`GET /storage/import-preview/{preview_id}`

Lists one lazily-loaded level of a previously created Storage import preview's unified file tree; each file is tagged valid/invalid/review. Pass `path` (relative to the business root, empty for the root) to list a folder's children, and `page_token` from a previous response to continue a large level. Folders may recur across pages and must be de-duplicated by path.

## Path parameters

- `preview_id` string, required

## Query parameters

- `path` string
- `page_token` string
- `limit` integer

## Response `200`

OK

- ModelsPreviewTreeResponse
  - `files` ModelsPreviewTreeFile[]
    - `key` string
    - `name` string
    - `part_number` string
    - `reason` string
    - `status` string
  - `folders` ModelsPreviewTreeFolder[]
    - `name` string
    - `path` string
  - `next_page_token` string

## Other responses

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

## Changes

- **2026-08-25** `c45036f1eefc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resourcly/apis/resourcly-api/changes/storage/import-preview/:preview_id/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)
