---
title: "Retrieve a list of all Steps for an Execution."
method: GET
path: "/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps"
tags: ["StudioV2ExecutionStep"]
---

# Retrieve a list of all Steps for an Execution.

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

Retrieve a list of all Steps for an Execution.

## Path parameters

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

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `steps` StudioV2FlowExecutionExecutionStep[]
    - `sid` string, nullable — The unique string that we created to identify the ExecutionStep resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStep resource.
    - `flow_sid` string, nullable — The SID of the Flow.
    - `execution_sid` string, nullable — The SID of the Step's Execution resource.
    - `parent_step_sid` string, nullable — The SID of the parent Step.
    - `name` string, nullable — The event that caused the Flow to transition to the Step.
    - `context` unknown
    - `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.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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