GET
/v1/Assistants/{Sid}
curl \
--request GET 'https://autopilot.twilio.com/v1/Assistants/{Sid}' \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"callback_events": "string",
"callback_url": "https://example.com",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"development_stage": "string",
"friendly_name": "string",
"latest_model_build_sid": "string",
"links": {},
"log_queries": true,
"needs_model_build": true,
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}