Executions of Studio flows
Update the status of an Execution to ended.
Path parameters
-
The SID of the Flow with the Execution resources to update.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FW[0-9a-fA-F]{32}$. -
The SID of the Execution resource to update.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FN[0-9a-fA-F]{32}$.
POST
/v2/Flows/{FlowSid}/Executions/{Sid}
curl \
--request POST 'https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Status=active'
Response examples (200)
{
"account_sid": "string",
"contact_channel_address": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"flow_sid": "string",
"links": {},
"sid": "string",
"status": "active",
"url": "https://example.com"
}