> 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/invoices/_getstatuses.md).

# \_getStatuses

Returns Invoice status details for a givn list of jobs

### Parameters

#### ids

A list of IDs for the jobs which you wish to retrieve status details

### Example

```
FM_api('Invoices_getStatuses', ['id'=> ['1', '2', '3']]);
```

#### On Success

```
{"1":["1","2018-11-16 09:36:24"], "2":["1","2018-11-16 09:36:24"], "3":["1","2018-11-16 09:36:24"]}
```
