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

# \_get

Returns status of given Invoice

### Parameters

#### invoice\_no

The invoice number of the invoice

### Example

```
FM_api('Invoice_get', ['invoice_no'=>'1']);
```

#### On Success

```
{"status":"1"}
```
