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

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

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

Lists all of the Lockbox requests in the given subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `$filter` string

## Response `200`

Successfully listed the Lockbox requests under the given subscription.

- RequestListResult — Object containing a list of streaming jobs.
  - `value` LockboxRequestResponse[] — A list of Lockbox requests. Populated by a 'List' operation.
    - `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
  - `nextLink` string — URL to get the next set of operation list results if there are any.

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