---
title: "List Search Providers"
method: GET
path: "/search-providers"
---

# List Search Providers

`GET /search-providers`

List all search provider integrations for the organization.

## Response `200`

Successful Response

- SearchConfigResponse — Response from GET /search-providers.
  - `providers` SearchProviderConfig[], required — List of search provider integrations
    - `integration_id` string, nullable — Integration UUID
    - `integration_name` string, required — User-friendly name
    - `provider` string, required — LiteLLM provider key (tavily, serper, etc.)
    - `search_model` string, required — LiteLLM model key for cost lookup (tavily/search, etc.)
    - `encrypted_api_key` string, nullable — Encrypted API key from DB (null for free providers)
    - `api_key` string, nullable — Plaintext API key for create/update requests (null to keep unchanged)
    - `base_url` string, nullable — Custom endpoint URL for LiteLLM Proxy
    - `is_default` boolean — Whether this is the org default search provider
    - `cost_per_query` number, nullable — Cost per query from litellm.model_cost

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/versions/3248fc62024c/schema)
