# Get

Launch stage: GA

`HEAD /api/2.0/fs/files{file_path}`

Get the metadata of a file. The response HTTP headers contain the metadata. There is no
 response body.

API scopes: files

## Path parameters

- `file_path` (string, optional)
  The absolute path of the file.

## Response

```json
{}
```

