Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
repositoryBlobId
string
required

Response

default - application/json
id
string
required

The identifier of Blob

sha
string
required

The identifier of the tag

size
integer
required

The size of the blob

encoding
enum<string>
required

The encoding of the contents

Available options:
base64,
utf-8
content
string
required

The contents

Last modified on June 16, 2026