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

# GET /backup/{jobId}/pending

`GET /backup/{jobId}/pending`

Returns the status of full backup operation

## Path parameters

- `jobId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- FullBackupOperation — Full backup operation
  - `status` 'InProgress' | 'Succeeded' | 'Canceled' | 'Failed' — The status of a long-running operation.
  - `statusDetails` string — The status details of backup operation.
  - `error` Error, nullable
    - `code` string — The error code.
    - `message` string — The error message.
    - `innererror` Error — recursive
  - `startTime` integer — The start time of the backup operation in UTC
  - `endTime` integer, nullable — The end time of the backup operation in UTC
  - `jobId` string — Identifier for the full backup operation.
  - `azureStorageBlobContainerUri` string — The Azure blob storage container Uri which contains the full backup

## 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-service-production.skmtc.workers.dev/v1/apis/azure/keyvault-administration/revisions/207d840b9335/schema)
