# Get an assistant by ID **GET /v1/Assistants/{id}** get an assistant ## Servers - https://assistants.twilio.com: https://assistants.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 OK #### Body: application/json (object) - **account_sid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Assistant resource. - **customer_ai** (object) The Personalization and Perception Engine settings. - **id** (string) The Assistant ID. - **model** (string) The default model used by the assistant. - **name** (string) The name of the assistant. - **owner** (string) The owner/company of the assistant. - **url** (string) The url of the assistant resource. - **personality_prompt** (string) The personality prompt to be used for assistant. - **date_created** (string(date-time)) The date and time in GMT when the Assistant was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time)) The date and time in GMT when the Assistant was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **knowledge** (array[object]) The list of knowledge sources associated with the assistant. - **tools** (array[object]) The list of tools associated with the assistant. [Powered by Bump.sh](https://bump.sh)