---
title: "GET /v1/Assistants"
method: GET
path: "/v1/Assistants"
---

# GET /v1/Assistants

`GET /v1/Assistants`

## Query parameters

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

## Response `200`

OK

- object
  - `assistants` AutopilotV1Assistant[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Assistant resource.
    - `callback_events` string, nullable — Reserved.
    - `callback_url` string, uri, nullable — Reserved.
    - `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.
    - `development_stage` string, nullable — A string describing the state of the assistant.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource. It is not unique and can be up to 255 characters long.
    - `latest_model_build_sid` string, nullable — Reserved.
    - `links` object, nullable — A list of the URLs of the Assistant's related resources.
    - `log_queries` boolean, nullable — Whether queries should be logged and kept after training. Can be: `true` or `false` and defaults to `true`. If `true`, queries are stored for 30 days, and then deleted. If `false`, no queries are stored.
    - `needs_model_build` boolean, nullable — Whether model needs to be rebuilt.
    - `sid` string, nullable — The unique string that we created to identify the Assistant resource.
    - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. It can be up to 64 characters long.
    - `url` string, uri, nullable — The absolute URL of the Assistant resource.
  - `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

---

[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)
