GuidesAPI Reference
API Reference

Gets a blob.

Retrieves a blob from storage.

Path Params
string
required

The ID of the parent layer for this blob.

string
required
length between 1 and 450

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 Params
string of strings

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
string

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-.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

307

Temporary redirect to retrieve blob content from an alternative location.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json