# List query **GET /v1/Assistants/{AssistantSid}/Queries** 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 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 by the Query resources to read. For example: `en-US`. - **ModelBuild** (string) The SID or unique name of the [Model Build](https://www.twilio.com/docs/autopilot/api/model-build) to be queried. - **Status** (string) The status of the resources to read. Can be: `pending-review`, `reviewed`, or `discarded` - **DialogueSid** (string) The SID of the [Dialogue](https://www.twilio.com/docs/autopilot/api/dialogue). - **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) - **queries** (array[object]) [Powered by Bump.sh](https://bump.sh)