> 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/jobs/_countincomplete.md).

# \_countIncomplete

Returns the number of Jobs with an "Incomplete" Status as an integer.

### Example

```
FM_api('Jobs_countIncomplete');
```

### Results

Returns the number of incomplete Job IDs found:

(One incomplete Job in this example)

```
{"ids":"1"}
```

(Three incomplete Jobs in this example)

```
{"ids":"3"}
```
