---
title: "Retrieve a Step."
method: GET
path: "/v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{Sid}"
tags: ["StudioV1Step"]
---

# Retrieve a Step.

`GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{Sid}`

Retrieve a Step.

## Path parameters

- `FlowSid` string, required
- `EngagementSid` string, required
- `Sid` string, required

## Response `200`

OK

- StudioV1FlowEngagementStep
  - `sid` string, nullable — The unique string that we created to identify the Step resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Step resource.
  - `flow_sid` string, nullable — The SID of the Flow.
  - `engagement_sid` string, nullable — The SID of the Engagement.
  - `name` string, nullable — The event that caused the Flow to transition to the Step.
  - `context` unknown
  - `parent_step_sid` string, nullable — The SID of the parent Step.
  - `transitioned_from` string, nullable — The Widget that preceded the Widget for the Step.
  - `transitioned_to` string, nullable — The Widget that will follow the Widget for the Step.
  - `type` string, nullable — The type of the widget that was executed.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `links` object, nullable — The URLs of related resources.

---

[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)
