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