Retrieve an Execution
Executions of Studio flows
Retrieve an Execution
Path parameters
-
The SID of the Flow with the Execution resource to fetch
-
The SID of the Execution resource to fetch.
GET /v2/Flows/{FlowSid}/Executions/{Sid}
curl \
-X GET https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"contact_channel_address": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"flow_sid": "string",
"links": {},
"sid": "string",
"status": "active",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"contact_channel_address": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"flow_sid": "string",
"links": {},
"sid": "string",
"status": "active",
"url": "https://example.com"
}