# Fetch task statistics **GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Statistics** TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **AssistantSid** (string) The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource to fetch. - **TaskSid** (string) The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) that is associated with the resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **assistant_sid** (string | null) The SID of the Assistant that is the parent of the Task associated with the resource - **fields_count** (integer | null) The total number of Fields associated with the Task - **samples_count** (integer | null) The total number of Samples associated with the Task - **task_sid** (string | null) The SID of the Task for which the statistics were collected - **url** (string(uri) | null) The absolute URL of the TaskStatistics resource [Powered by Bump.sh](https://bump.sh)