Executions of Studio flows
Retrieve an Execution
Path parameters
-
The SID of the Flow with the Execution resource to fetch
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 fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FN[0-9a-fA-F]{32}$.
GET
/v2/Flows/{FlowSid}/Executions/{Sid}
curl \
--request 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": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"flow_sid": "string",
"links": {},
"sid": "string",
"status": "active",
"url": "https://example.com"
}