latestOpenAPI 3.1.02026-08-236994571.1 MB
79928a3d37d3
search
List Search Tools
List all available search tools configured in the router.
This endpoint returns the search tools that are currently loaded and available for use with the /v1/search endpoint.
Example:
curl -X GET "http://localhost:4000/v1/search/tools" -H "Authorization: Bearer sk-1234"
Response:
{
"object": "list",
"data": [
{
"search_tool_name": "litellm-search",
"search_provider": "perplexity",
"description": "Perplexity search tool"
}
]
}
get/v1/search/tools
Response
Successful Response
{"stackTrail":"paths:/v1/search/tools:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}