# `Twilio.Studio.V1.Flow.Engagement.ContextService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/studio/v1/flow/engagement/context_service.ex#L2)

[DEPRECATED] JSON context for engagements

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Studio.V1.Flow.Engagement.Context.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve the most recent context for an Engagement.

Operation: `FetchEngagementContext` | Tags: StudioV1EngagementContext

---

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