Run Internals
Write Run Blob
Writes an opaque binary blob and returns its content-addressed blob hash.
post/api/v1/runs/{id}/blobs
Path parameters
idstring required
Unique run identifier (ULID).
Response
Blob written
Example response
{
"hash": "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824"
}