GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{Sid}
Summary: —
Operation ID: FetchStep
Auth: unknown
Operation ID: FetchStep
Auth: unknown
Description
Retrieve a Step.
Parameters (3)
EngagementSid
(string, path, required)
The SID of the Engagement with the Step to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^FN[0-9a-fA-F]{32}$'}
FlowSid
(string, path, required)
The SID of the Flow with the Step to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^FW[0-9a-fA-F]{32}$'}
Sid
(string, path, required)
The SID of the Step resource to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^FT[0-9a-fA-F]{32}$'}
No probe data for this endpoint yet.