# List sample **GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Samples** 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 Task associated with the resources to read. - **TaskSid** (string) The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) associated with the Sample resources to read. ### Query parameters - **Language** (string) 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`. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **meta** (object) - **samples** (array[object]) [Powered by Bump.sh](https://bump.sh)