# Get tool **GET /v1/Tools/{id}** Get tool ## 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 Tool resource. - **description** (string) The description of the tool. - **enabled** (boolean) True if the tool is enabled. - **id** (string) The tool ID. - **meta** (object) The metadata related to method, url, input_schema to used with the Tool. - **name** (string) The name of the tool. - **requires_auth** (boolean) The authentication requirement for the tool. - **type** (string) The type of the tool. ('WEBHOOK') - **url** (string) The url of the tool resource. - **date_created** (string(date-time)) The date and time in GMT when the Tool 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 Tool was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **policies** (array[object]) The Policies associated with the tool. [Powered by Bump.sh](https://bump.sh)