Run Internals

Read Run Blob

Reads a previously stored blob by hash.

get/api/v1/runs/{id}/blobs/{blobHash}

Path parameters

idstring required

Unique run identifier (ULID).

blobHashstring required

Content-addressed SHA-256 hash of a stored blob. Hex input is case-insensitive; Fabro emits the canonical lowercase form.

Example:2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824

Content-addressed blob hash.

Response

Blob contents

Changes

Changed in 2 of the 134 revisions of this API.2

    • changed the pattern of the path request parameter blobHash from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$

      request-parameter-pattern-changed

    • changed the pattern of the path request parameter blobHash from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$

      request-parameter-pattern-changed