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

Event emitted when guardian review completes for an approval request.

# `t`

```elixir
@type t() :: %Codex.Events.GuardianApprovalReviewCompleted{
  action: map() | String.t() | nil,
  decision_source: :agent | String.t() | nil,
  review: Codex.Events.GuardianApprovalReview.t(),
  review_id: String.t() | nil,
  target_item_id: String.t() | nil,
  thread_id: String.t(),
  turn_id: String.t()
}
```

---

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