Skip to main content
Retrieve one revision, scoped to a specific blob. This is the route to follow a blob’s default revision without first reading the blob record for its pointer.

GET /blobs/:org_id/:blob_id/revisions/:ref

Requires Read access to the blob.

Path Parameters

Response

ref is resolved against this blob_id specifically: a revision id belonging to another blob answers the same revision_not_found as one that does not exist at all, so this route cannot be used to read a revision through a blob the caller merely has access to.

Errors

Example

See also

  • Get Revision — the id-only equivalent, for when the blob is not at hand.
  • List Revisions — every revision of the blob, paged.