Skip to main content
GET
Get Tool

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>

Path Parameters

bot_uid
string
required

The unique identifier of the bot.

tool_id
integer
required

The numeric ID of the tool.

Response

Tool details.

id
integer

Unique numeric ID of the tool.

type
enum<string>

The type of tool that determines its behavior and required configuration.

Available options:
api_request,
function,
end_call,
transfer_call,
dtmf,
send_sms,
send_email,
call_booking,
check_calendar_availability,
check_working_hours
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>