Skip to main content
GET
Return a list of Web Tools.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Query Parameters

voiceAgentId
string<uuid>

Optional UUID of the voice agent to filter associated web tools.

Example:

"d949f13f-40d2-4e48-ac86-b66633070603"

isActive
boolean

Optional boolean indicating whether to fetch active web tools or not.

Example:

true

skip
string

Page number for pagination. Defaults to '1'.

Example:

"1"

take
string

Number of items to take for pagination. Defaults to '10'.

Example:

"10"

type
enum<string>

The type of the web tool to filter.

Available options:
MCP,
FUNCTION,
WEB_TOOL
Example:

"MCP"

A search query to filter web tools.

Example:

"Get callee info"

Response

Successful response

success
boolean
default:false
message
string
default:success
data
object