> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/file/_gettags.md).

# \_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"
```
