Skip to main content
GET
/
blobs
/
size
Blob - Retrieve size
curl --request GET \
  --url https://mycluster.domino.tech/flows/api/artifacts/v1/blobs/size
{
  "size_bytes": 123,
  "$schema": "<string>"
}

Query Parameters

native_url
string<uri>
required

Blob storage path from Flyte a format like s3://bucket/path

Response

OK

size_bytes
integer<int64>
required

Size of a blob in bytes

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"/flows/api/artifacts/v1/schemas/BlobSize.json"