# 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. Individual steps within an execution ## Servers ## Parameters ### Path parameters - **FlowSid** (string) The SID of the Flow with the Steps to read. - **ExecutionSid** (string) The SID of the Execution with the Steps to read. ### Query parameters - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **meta** (object) - **steps** (array[object]) [Powered by Bump.sh](https://bump.sh)