Return a list of Web Tools.
Web Tools Routes
Return a list of Web Tools.
deprecated
GET
Return a list of Web Tools.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Query Parameters
Optional UUID of the voice agent to filter associated web tools.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
Optional boolean indicating whether to fetch active web tools or not.
Example:
true
Page number for pagination. Defaults to '1'.
Example:
"1"
Number of items to take for pagination. Defaults to '10'.
Example:
"10"
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"