---
title: "Retrieve the context for an Execution Step."
method: GET
path: "/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context"
tags: ["StudioV2ExecutionStepContext"]
---

# Retrieve the context for an Execution Step.

`GET /v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context`

Retrieve the context for an Execution Step.

## Path parameters

- `FlowSid` string, required
- `ExecutionSid` string, required
- `StepSid` string, required

## Response `200`

OK

- StudioV2FlowExecutionExecutionStepExecutionStepContext
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStepContext resource.
  - `context` unknown
  - `execution_sid` string, nullable — The SID of the context's Execution resource.
  - `flow_sid` string, nullable — The SID of the Flow.
  - `step_sid` string, nullable — The SID of the Step that the context is associated with.
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/twilio-studio.md) · [All operations](https://skmtc.net/twilio/apis/twilio-studio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-studio/revisions/c384dd0ef331/schema)
