TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the resource to fetch.
-
The Twilio-provided string that uniquely identifies the Webhook resource to fetch.
GET
/v1/Assistants/{AssistantSid}/Webhooks/{Sid}
curl \
--request GET 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Webhooks/{Sid}' \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"events": "string",
"sid": "string",
"unique_name": "string",
"url": "https://example.com",
"webhook_method": "string",
"webhook_url": "https://example.com"
}