# \_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'}
```
