Skip to main content
GET
List Tools

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.

Query Parameters

limit
integer
default:50

Max tools to return (1-100).

Required range: 1 <= x <= 100
offset
integer
default:0

Number of tools to skip.

Required range: x >= 0
type
enum<string>

Filter by tool type. 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
created_after
string<date-time>

Filter tools created after this date.

created_before
string<date-time>

Filter tools created before this date.

Response

Paginated list of tools.

tools
object[]
pagination
object