v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBGets a blob.
Retrieves a blob from storage.
Path parameters
The ID of the parent layer for this blob.
The key identifies a specific blob so that you can get that blob's contents. Key can only contain allowed characters: a-zA-Z0-9.[]=(){}/_-`.
Query parameters
Define preferred blob access type, possible values are: inlineAccess and storageLayerAccess. inlineAccess standard way to deliver blob content within the http response. If storageLayerAccess is specified then Blob Service can return http redirect to retrieve blob content from an alternative location, it can be either presigned url to AWS S3 or Azure Blob or similar service. On following redirect client should omit Authorization header.
Headers
Use this parameter to resume download of a large response when there is a connection issue between the client and server, or to fetch a specific slice of the blob. To resume download after a connection issue, specify a single byte range offset as follows: Range: bytes=10-. To fetch a specific slice of the blob, specify a slice as follows: Range: bytes=10-100. This parameter is compliant with RFC 7233, but note that this parameter only supports a single byte range. You can also specify the range parameter as a query parameter, for example range=bytes=10-.
Response
OK - response includes a blob.