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

# \_getStatus

Return information about the Job status.

### Parameters

#### id

The ID of the Job to check.

### Example

```
FM_api('Job_getStatus', ['id' => '222404']);
```

### Result

#### On Success

```
{'is_complete':'0'}
```

The most common "is\_complete" values are:

* 0: Not Complete
* 1: Complete
* 2: Processed

#### On Job Not Existing

```
{'error':'That appointment does not exist'}
```
