# Event Statuses

## **Event** statuses

An Event is created by a Job and is the vehicle that transfers a specific data type through a Stream between two systems, for example an Order file.

**An Event can exist in 6 different statuses:**

* **NEW**
  * The first time an Event is created
* **TRANSFORMED**
  * When the Event data has been successfully transformed from the Source system data structure to fit the Destination system structure
* **OK**&#x20;
  * When an Event has been successfully transformed and posted to the Destination system
* **ERROR**
  * When the Event errors during the transformation
* **FAILED**
  * When the Event fails to be posted to the Destination system


---

# 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/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.
