---
title: "Browse image export"
method: GET
path: "/v1/restore/image/{image_export_id}/browse"
tags: ["Restores (Image)"]
---

# Browse image export

`GET /v1/restore/image/{image_export_id}/browse`

## Path parameters

- `image_export_id` string, required — ID of an image export

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- object — Paginated response
  - `data` ImageExportEntry[], required — List of image export entries
    - `disk_id` string, required — ID of the disk
    - `download_uris` DownloadURI[], required — List of URIs to download the item. If you have network connectivity to the local device, use a local URI. Otherwise, use a cloud URI to proxy the download through the Slide Cloud.
      - `type` 'local' | 'cloud', required — Type of the location
      - `uri` string, uri, required
    - `name` string, required — Name of the disk image
    - `size` integer, required — Size of the disk in bytes
  - `pagination` Pagination, required
    - `next_offset` integer — Next offset to use for pagination. If this field is not present, that indicates there are no more items to fetch.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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