Fetch task statistics
TODO: Resource-level docs
Path parameters
-
AssistantSid
string Required The SID of the Assistant that is the parent of the resource to fetch.
-
TaskSid
string Required The SID of the Task that is associated with the resource to fetch.
GET
/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Statistics
curl \
-X GET https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Statistics \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"fields_count": 42,
"samples_count": 42,
"task_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"assistant_sid": "string",
"fields_count": 42,
"samples_count": 42,
"task_sid": "string",
"url": "https://example.com"
}