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

# \_list

Returns a list of Quotes

### Example

```
FM_api('Quotes_list');
```

#### On Success

```
[{"id":"1","name":"The Cafe","total_gross":"720.00"},{"id":"2","name":"Spar Newry","total_gross":"1200.00"},{"id":"3","name":"Fieldmotion","total_gross":"4800.00"}]
```
