---
title: "List tools"
method: GET
path: "/v1/Tools"
---

# List tools

`GET /v1/Tools`

List tools

## Query parameters

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

## Response `200`

OK

- object
  - `tools` AssistantsV1ServiceTool[]
    - `account_sid` string — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tool resource.
    - `description` string, required — The description of the tool.
    - `enabled` boolean, required — True if the tool is enabled.
    - `id` string, required — The tool ID.
    - `meta` object, required — The metadata related to method, url, input_schema to used with the Tool.
    - `name` string, required — The name of the tool.
    - `requires_auth` boolean, required — The authentication requirement for the tool.
    - `type` string, required — The type of the tool. ('WEBHOOK')
    - `url` string — The url of the tool resource.
    - `date_created` string, date-time, required — 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, required — The date and time in GMT when the Tool was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `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/assistants-v1.md) · [All operations](https://skmtc.net/twilio/apis/assistants-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/assistants-v1/versions/c5ec7f024ee9/schema)
