Skip to main content

List Blob Blocks

List all blocks in a given blob.

External Documentation

To learn more, visit the Azure Storage documentation.

Basic Parameters

ParameterDescription
Blob NameThe name of the blob to create or update.
Container NameThe name of the container. Can be obtained from the List Containers action.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{
"BlockList": {
"Uncommitted": [
"ANAAAA==",
"AZAAAA=="
],
"Committed": [
"AQAAAA=="
]
}
}

Workflow Library Example

List Blob Blocks with Azure Storage and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop