Skip to main content
GET
/
v1
/
blobs
Fetch an offloaded span field blob
curl --request GET \
  --url https://api.agentmark.co/v1/blobs \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": {
    "content": "<string>"
  }
}

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Query Parameters

path
string
required
Minimum string length: 1

Response

Full blob content.

data
object
required