Retrieve a Step
Individual steps within an execution
Retrieve a Step.
Path parameters
-
The SID of the Flow with the Step to fetch.
-
The SID of the Execution resource with the Step to fetch.
-
The SID of the ExecutionStep resource to fetch.
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": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-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"
}