External DocumentationTo learn more, visit the Azure Storage documentation.
Actions
List Blob Blocks
List all blocks in a given blob.

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 |
|---|---|
| Blob Name | The name of the blob to create or update. |
| Container Name | The name of the container. Can be obtained from the List Containers action. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
{
"BlockList": {
"CommittedBlocks": {
"Block": {
"Name": "<string>",
"Size": "<string>"
}
},
"UncommittedBlocks": "<string>"
}
}
Was this page helpful?