> 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/reports/_list.md).

# \_list

List Reports ID and Name

### Example

```
FM_api('Reports_list');
```

### Result

#### On Success

```
"[{"id":"1","name":"Time"},{"id":"2","name":"Costs"}]"
```
