> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/project-state.md).

# project-state

### Overview

* **Key:** `project-state`
* **Name:** Project State Changed
* **Triggers when:** The state of a project is modified

### Fields

| Field      | Type    | Description                        |
| ---------- | ------- | ---------------------------------- |
| review\_id | integer | ID of the review that was modified |

### Example data

```json
{
    "review_id": 12345
}
```
