objects
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).
head/api/v1/objects/{objectPath}
Path parameters
objectPathstring required
The path of the object to query.
Headers
Authorizationstring required
Bearer authentication
Response
Successful operation
ObjectsGetObjectMetadataResponse200 required
Empty response body
Changes
No recorded changes to this endpoint across all 2 revisions of this API.