---
title: "GET /storage/{storage-account-name}/sas"
method: GET
path: "/storage/{storage-account-name}/sas"
tags: ["Storage"]
---

# GET /storage/{storage-account-name}/sas

`GET /storage/{storage-account-name}/sas`

List storage SAS definitions for the given storage account. This operation requires the storage/listsas permission.

## Path parameters

- `storage-account-name` string, required

## Query parameters

- `maxresults` integer
- `api-version` string, required

## Response `200`

A response message containing a list of SAS definitions along with a link to the next page of SAS definitions.

- SasDefinitionListResult — The storage account SAS definition list result.
  - `value` SasDefinitionItem[] — A response message containing a list of SAS definitions along with a link to the next page of SAS definitions.
    - `id` string — The storage SAS identifier.
    - `sid` string — The storage account SAS definition secret id.
    - `attributes` SasDefinitionAttributes — The SAS definition management attributes.
      - `enabled` boolean — the enabled state of the object.
      - `created` integer — Creation time in UTC.
      - `updated` integer — Last updated time in UTC.
    - `tags` object — Application specific metadata in the form of key-value pairs.
  - `nextLink` string — The URL to get the next set of SAS defintions.

## Other responses

- `default` — Key Vault error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/keyvaultclient.md) · [All operations](https://skmtc.dev/azure/apis/keyvaultclient/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/keyvaultclient/revisions/cf38bcf6c4de?raw)
