---
title: "GET /restore/{jobId}/pending"
method: GET
path: "/restore/{jobId}/pending"
---

# GET /restore/{jobId}/pending

`GET /restore/{jobId}/pending`

Returns the status of restore operation

## Path parameters

- `jobId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- RestoreOperation — Restore operation
  - `status` 'InProgress' | 'Succeeded' | 'Canceled' | 'Failed' — The status of a long-running operation.
  - `statusDetails` string — The status details of restore operation.
  - `error` Error, nullable
    - `code` string — The error code.
    - `message` string — The error message.
    - `innererror` Error — recursive
  - `jobId` string — Identifier for the restore operation.
  - `startTime` integer — The start time of the restore operation
  - `endTime` integer, nullable — The end time of the restore operation

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/azure/apis/keyvault-administration.md) · [All operations](https://skmtc.dev/azure/apis/keyvault-administration/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/keyvault-administration/revisions/207d840b9335?raw)
