v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
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

idstring required

Blob identifier.

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440000"
}