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

# Retrieve the context for an Execution Step.

`GET /v1/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

- StudioV1FlowExecutionExecutionStepExecutionStepContext
  - `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/studio-v1.md) · [All operations](https://skmtc.net/twilio/apis/studio-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/studio-v1/versions/06fd9e077399/schema)
