---
title: "List Tools"
method: GET
path: "/v1/bots/{bot_uid}/tools"
tags: ["Tools"]
---

# List Tools

`GET /v1/bots/{bot_uid}/tools`

Retrieve a paginated list of tools for a bot.

## Path parameters

- `bot_uid` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `type` 'api_request' | 'function' | 'end_call' | 'transfer_call' | 'dtmf' | 'send_sms' | 'send_email' | 'call_booking' | 'check_calendar_availability' | 'check_working_hours' — The type of tool that determines its behavior and required configuration.
- `created_after` string, date-time
- `created_before` string, date-time

## Response `200`

Paginated list of tools.

- ListToolsResponse
  - `tools` ToolResponse[]
    - `id` integer — Unique numeric ID of the tool.
    - `type` 'api_request' | 'function' | 'end_call' | 'transfer_call' | 'dtmf' | 'send_sms' | 'send_email' | 'call_booking' | 'check_calendar_availability' | 'check_working_hours' — The type of tool that determines its behavior and required configuration.
    - `name` string
    - `description` string
    - `url` string
    - `method` string
    - `api_timeout` integer
    - `parameters` object
    - `use_raw_schema` boolean
    - `static_params` object
    - `speak_during_execution` boolean
    - `speak_after_execution` boolean
    - `async` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `total` integer
    - `has_more` boolean

## Other responses

- `404` — Bot not found

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/71c32e6ffd95/schema)
