Get file metadata
get_file_metadataGet size, type, timestamps, and storage class for a file by providing its object key. Useful for inspecting file attributes.
Instructions
Get detailed metadata for a single file or object (size, type, timestamps, storage class, and other attributes) by its object key. Requires the drive (bucketName).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectKey | Yes | Full object key (path) of the file within the drive. | |
| bucketName | No | The CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server. |