# `Codex.Events.ThreadStatusChanged`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/events.ex#L31)

Event emitted when thread load or activity status changes.

# `t`

```elixir
@type t() :: %Codex.Events.ThreadStatusChanged{
  status: map() | String.t() | atom() | nil,
  thread_id: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
