TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the Task associated with the resource to fetch.
-
The SID of the Task associated with the Sample resource to create.
-
The Twilio-provided string that uniquely identifies the Sample resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^UF[0-9a-fA-F]{32}$.
GET
/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{Sid}
curl \
--request GET 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples/{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",
"language": "string",
"sid": "string",
"source_channel": "string",
"tagged_text": "string",
"task_sid": "string",
"url": "https://example.com"
}