---
title: "List image exports"
method: GET
path: "/v1/restore/image"
tags: ["Restores (Image)"]
---

# List image exports

`GET /v1/restore/image`

## Query parameters

- `offset` integer
- `limit` integer
- `sort_by` 'id'
- `sort_asc` boolean
- `created_after` string, date-time
- `created_before` string, date-time

## Response `200`

OK

- object — Paginated response
  - `data` ImageExport[], required — List of image exports
    - `agent_id` string, required — ID of an agent
    - `created_at` string, date-time, required — Creation timestamp
    - `device_id` string, required — ID of a device
    - `image_export_id` string, required — ID of an image export
    - `image_type` 'vhdx' | 'vhdx-dynamic' | 'vhd' | 'vmdk' | 'vmdk-flat' | 'qcow2' | 'raw', required — Image type of the image export
    - `iscsi` boolean — Whether the image export should be shared over iSCSI
    - `nfs` boolean — Whether the image export should be shared over NFS
    - `nfs_clients` string[]
    - `password` string, password — Samba password
    - `snapshot_id` string, required — ID of a snapshot
  - `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
- `500` — Internal server error

---

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