---
title: "Get custom tool details"
method: GET
path: "/public/v1/tools/{toolId}"
tags: ["Custom Tools"]
---

# Get custom tool details

`GET /public/v1/tools/{toolId}`

Returns a custom tool (API call tool) by ID.

## Path parameters

- `toolId` number, nullable

## Response `200`

Tool details

- CustomTool
  - `id` number, required
  - `name` string, required
  - `description` string, required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `status` 'PAUSED' | 'ACTIVE' | 'DELETED', nullable
  - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE', nullable
  - `url` string, nullable
  - `body` string, nullable
  - `arguments` object[], nullable
    - `name` string, required
    - `description` string, nullable
    - `dataType` 'STRING' | 'NUMBER' | 'DECIMAL' | 'BOOLEAN', required
    - `required` boolean, nullable
    - `defaultValue` string, nullable
  - `headers` object[], nullable
    - `key` string, required
    - `value` string, required
  - `queryParams` object[], nullable
    - `key` string, required
    - `value` string, required
  - `type` 'API_CALL' | 'WHATSAPP_TEMPLATE_MESSAGE', required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
