Retrieve a Step
Individual steps within an execution
Retrieve a Step.
GET
/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid}
curl \
-X GET https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"execution_sid": "string",
"flow_sid": "string",
"links": {},
"name": "string",
"sid": "string",
"transitioned_from": "string",
"transitioned_to": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2025-05-04T09:42:00Z",
"date_updated": "2025-05-04T09:42:00Z",
"execution_sid": "string",
"flow_sid": "string",
"links": {},
"name": "string",
"sid": "string",
"transitioned_from": "string",
"transitioned_to": "string",
"url": "https://example.com"
}