search_tools

Get Search Tool Info

Get detailed information about a specific search tool by ID.

Example Request:

curl -X GET "http://localhost:4000/search_tools/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer <your_api_key>"

Example Response:

{
    "search_tool_id": "123e4567-e89b-12d3-a456-426614174000",
    "search_tool_name": "litellm-search",
    "litellm_params": {
        "search_provider": "perplexity",
        "api_key": "sk-***"
    },
    "search_tool_info": {
        "description": "Perplexity search tool"
    },
    "created_at": "2023-11-09T12:34:56.789Z",
    "updated_at": "2023-11-09T12:34:56.789Z"
}
get/search_tools/{search_tool_id}

Path parameters

search_tool_idstring required

Response

Successful Response

{"stackTrail":"paths:/search_tools/{search_tool_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 2 of the 42 revisions of this API.6

    • ○

      api tag search_tools added

      api-tag-added

    • ○

      api tag Search Tools removed

      api-tag-removed

    • ○

      api tag Search Tools added

      api-tag-added

    • ○

      api tag search_tools removed

      api-tag-removed

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog