buckets

Get file metadata

Returns file metadata including size, hash, and links to XET authentication

get/buckets/{namespace}/{repo}/resolve/{path}

Path parameters

namespacestring required
repostring required
pathstring required

Wildcard path parameter

Query parameters

noContentDispositionstring
downloadstring

Headers

Accept'application/vnd.xet-fileinfo+json'

Returns json information about the XET file info

Response

XET file info returned when the Accept header is set to application/vnd.xet-fileinfo+json. Otherwise, a 302 redirect is returned.

hashstring required

The XET hash of the file

refreshUrlstring required

The XET auth URL for the file

reconstructionUrlstring required

The XET reconstruction URL for the file

etagstring required

The ETag of the file

sizenumber required

The size of the file

contentTypestring

The content type of the file

Changes

Changed in 1 of the 82 revisions of this API.3

    • ○

      for the header request parameter Accept, the type was generalized from no type to string

      request-parameter-type-generalized

    • ○

      for the query request parameter download, the type was generalized from no type to string

      request-parameter-type-generalized

    • ○

      for the query request parameter noContentDisposition, the type was generalized from no type to string

      request-parameter-type-generalized