# Job Statuses

## Job statuses

The Job is created by a Source and creates one or multiple Events.

**A Job can exist in 5 different statuses:**

* **PENDING**
  * When a Job is scheduled to run, but has not been kicked-off yet
* **PROCESSING**
  * When a Job is in the process of creating Events
* **FINISHED**&#x20;
  * When a Job has successfully created Events and all Events have the status OK
* **FINISHED WITH ISSUES**
  * When a Job has successfully created Events, but some of the Events have failed or seen issues
* **FAILED**
  * When the Job has failed in the Source system, most commonly no Events have been created

![An overview of how the Job statuses correlates to one another](/files/-MSDh_3_sic9gyLhSWGT)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.highcohesion.com/monitoring-streams/job-and-event-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
