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

JSON context for individual steps

Operations: `fetch`

# `fetch`

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

Retrieve the context for an Engagement Step.

Operation: `FetchStepContext` | Tags: StudioV1StepContext

---

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