---
title: "Get file restore"
method: GET
path: "/v1/restore/file/{file_restore_id}"
tags: ["Restores (File)"]
---

# Get file restore

`GET /v1/restore/file/{file_restore_id}`

## Path parameters

- `file_restore_id` string, required — ID of a file restore

## Response `200`

OK

- FileRestore — File restore object that represents a snapshot that has been restored and files exposed.
  - `agent_id` string, required — ID of an agent
  - `created_at` string, date-time, required — Creation timestamp
  - `device_id` string, required — ID of a device
  - `expires_at` string, date-time — Expiration timestamp
  - `file_restore_id` string, required — ID of a file restore
  - `purpose` 'test' | 'disaster', required — Purpose for creating the virtual machine or file restore. If this is set to disaster, Slide Support will recieve a notification that you are in a disaster. File restores not created by the slide box for file system verification will have this field set to disaster.
  - `snapshot_id` string, required — ID of a snapshot

## 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)
