Get object metadata
Returns metadata for a specified object path. Use this to fetch metadata such as object size (size_bytes), its expiry time (expiry_time), or its latest update timestamp (last_updated_at).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
objectPath
The path of the object to query.
Response headers
Path
Checksum
Content-Length
Last-Modified
Expires
Response
Successful operation
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error