Path parameters
-
The Twilio-provided string that uniquely identifies the Assistant resource to fetch.
GET /v1/Assistants/{Sid}
curl \
-X 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": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"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"
}
Response examples (200)
{
"account_sid": "string",
"callback_events": "string",
"callback_url": "https://example.com",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"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"
}