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.
Changes
Changed in 1 of the 82 revisions of this API.3
- ○
for the
headerrequest parameterAccept, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameterdownload, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameternoContentDisposition, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○