Get Mudbase file metadata
mudbase_get_fileGet file metadata by providing project, bucket, and file IDs. Returns name, size, MIME type, visibility, and timestamps for a single stored file.
Instructions
Get metadata (name, size, MIME type, visibility, timestamps) for a single stored file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file ID within the bucket. | |
| bucketId | Yes | The storage bucket ID within the project. | |
| projectId | Yes | The Mudbase project ID. |