Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.agentmark.co/v1/blobs \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": { "content": "<string>" } }
Returns the full content of a span field payload (input/output/…) that was offloaded to object storage at ingest. Reference the object via a BlobRefs[].blob_id from a span. Tenant-scoped.
Application ID for tenant scoping
API key (sk_agentmark_*)
1
Full blob content.
Show child attributes
Was this page helpful?