---
title: "List custom providers"
method: GET
path: "/api/providers/"
tags: ["models"]
---

# List custom providers

`GET /api/providers/`

List custom providers for the authenticated organization.

## Headers

- `Authorization` string, required

## Response `200`

List of custom providers.

- ApiProvidersGetResponsesContentApplicationJsonSchemaItems[]
  - `id` string, required — Provider string ID. Same value as `provider_id`.
  - `provider_id` string, required — Unique provider identifier within your organization.
  - `provider_name` string, required — Human-readable provider name.
  - `extra_kwargs` object — Provider configuration such as `base_url` and timeout values. Secret values are not returned here.
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized - Missing or invalid authentication

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/77d94e49bc7a/schema)
