# \_getTags

Get the tags of a File

### Parameters:

#### id

The id of the file

### Example:

```
FM_api('File_getTags',['id'=>'1'])
```

#### On success

If a task were to have 2 Tags named "B" and "A\_Tag"

```
"B\nA_Tag"
```
