---
title: "GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples"
method: GET
path: "/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples"
---

# GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples

`GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples`

## Path parameters

- `AssistantSid` string, required
- `TaskSid` string, required

## Query parameters

- `Language` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
  - `samples` AutopilotV1AssistantTaskSample[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sample resource.
    - `assistant_sid` string, nullable — The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task associated with the resource.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `language` string, nullable — The [ISO language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) string that specifies the language used for the sample. For example: `en-US`.
    - `sid` string, nullable — The unique string that we created to identify the Sample resource.
    - `source_channel` string, nullable — The communication channel from which the sample was captured. Can be: `voice`, `sms`, `chat`, `alexa`, `google-assistant`, `slack`, or null if not included.
    - `tagged_text` string, nullable — The text example of how end users might express the task. The sample can contain [Field tag blocks](https://www.twilio.com/docs/autopilot/api/task-sample#field-tagging).
    - `task_sid` string, nullable — The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the resource.
    - `url` string, uri, nullable — The absolute URL of the Sample resource.

---

[API](https://skmtc.net/twilio/apis/twilio-autopilot-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-autopilot-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-autopilot-v1/versions/2df5e52c3567/schema)
