> 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/job/_invoicedocumentslist.md).

# \_invoiceDocumentsList

Get a list of invoice PDFs attached to a Job.

### Parameters

#### id

The ID of the Job.

### Example

```
FM_api('Job_invoiceDocumentsList', ['id' => '222402']);
```

### Result

#### On Success

The result is an array of the PDF files attached to the specified Job. For example:

```
['invoice-222402-1.pdf','invoice-222402-2.pdf','invoice-222402-3.pdf','invoice-222402-4.pdf','invoice-222402-6.pdf','invoice-222402-7.pdf']
```
