---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}"
tags: ["Requests"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}

`GET /subscriptions/{subscriptionId}/providers/Microsoft.CustomerLockbox/requests/{requestId}`

Get Customer Lockbox request

## Path parameters

- `requestId` string, required
- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Retrieval of Customer Lockbox request successful.

- LockboxRequestResponse — A Lockbox request response object, containing all information associated with the request.
  - `id` string — The Arm resource id of the Lockbox request.
  - `name` string — The name of the Lockbox request.
  - `type` string — The type of the Lockbox request.
  - `properties` LockboxRequestResponseProperties — The properties that are associated with a lockbox request.
    - `requestId` string — The Lockbox request ID.
    - `justification` string — The justification of the requestor.
    - `status` 'Initializing' | 'Pending' | 'Approving' | 'Denying' | 'Approved' | 'Denied' | 'Expired' | 'Revoking' | 'Revoked' | 'Error' | 'Unknown' | 'Completed' | 'Completing' — The status of the request.
    - `createdDateTime` string, date-time — The creation time of the request.
    - `expirationDateTime` string, date-time — The expiration time of the request.
    - `duration` string — The duration of the request in hours.
    - `resourceIds` string — A list of resource IDs associated with the Lockbox request separated by ','.
    - `resourceType` string — The resource type of the requested resources.
    - `supportRequest` string — The id of the support request associated.
    - `supportCaseUrl` string — The url of the support case.
    - `workitemsource` string — The support case system that was used to initiate the request.
    - `subscriptionId` string — The subscription ID.
    - `accessLevel` string — Access level for requested resource

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/customer-lockbox.md) · [All operations](https://skmtc.dev/azure/apis/customer-lockbox/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/customer-lockbox/revisions/e021359009c3/schema)
