Get Nextcloud file info
get_file_infoFetch metadata for a file or folder in Nextcloud by providing its path. Returns details like size, type, and modification date.
Instructions
Get metadata for one file or folder inside the configured Nextcloud root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etag | No | ||
| name | Yes | ||
| path | Yes | ||
| size | No | ||
| is_dir | Yes | ||
| content_type | No | ||
| last_modified | No |