v17

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-173538121.5 KB
Tools

List Tools

Retrieve a paginated list of tools for a bot.

get/v1/bots/{bot_uid}/tools

Path parameters

bot_uidstring required

The unique identifier of the bot.

Query parameters

limitinteger

Max tools to return (1-100).

offsetinteger

Number of tools to skip.

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.

Filter by tool type.

created_afterstring date-time

Filter tools created after this date.

created_beforestring date-time

Filter tools created before this date.

Response

Paginated list of tools.