> 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/quote/_get.md).

# \_get

Retrieve a Quote details.

### Parameters

#### id

The ID of the Quote to be retrieved.

### Example

```
FM_api('Quote_get', ['id' => '10']);
```

### Result

#### On Success

```
{"id":"1","name":"The Cafe","total_gross":"500.00"}
```
