Path parameters
-
The SID of the Flow resource to fetch.
GET /v2/Flows/{Sid}
curl \
-X GET https://studio.twilio.com/v2/Flows/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"commit_message": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"errors": [],
"friendly_name": "string",
"links": {},
"revision": 42,
"sid": "string",
"status": "draft",
"url": "https://example.com",
"valid": true,
"warnings": [],
"webhook_url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"commit_message": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"errors": [],
"friendly_name": "string",
"links": {},
"revision": 42,
"sid": "string",
"status": "draft",
"url": "https://example.com",
"valid": true,
"warnings": [],
"webhook_url": "https://example.com"
}