External DocumentationTo learn more, visit the Azure Storage documentation.
Actions
List Containers
List containers in the storage account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The amount of the results to be returned. |
| Prefix | Filter by a given prefix. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
| Marker | Paginate by the returning NextMarker pagination token. |
{
"EnumerationResults": {
"Containers": {
"Container": {
"Name": "<string>",
"Properties": {
"LeaseState": "<string>",
"DenyEncryptionScopeOverride": "<string>",
"HasImmutabilityPolicy": "<string>",
"HasLegalHold": "<string>",
"Last-Modified": "<string>",
"LeaseStatus": "<string>",
"ImmutableStorageWithVersioningEnabled": "<string>",
"Etag": "<string>",
"DefaultEncryptionScope": "<string>"
}
}
},
"NextMarker": "<string>",
"-ServiceEndpoint": "<string>",
"Prefix": "<string>"
}
}
Was this page helpful?