---
title: "List connector providers"
method: GET
path: "/connectors"
tags: ["Catalog"]
---

# List connector providers

`GET /connectors`

Returns registered providers. When type is supplied only that type is returned; omitting it returns all providers across all connector types.

## Query parameters

- `type` string

## Response `200`

List of providers

- GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesConnectorResponse[]
  - `name` string — Name is the display label for the connector type (e.g. "Data sources").
  - `provider` GithubComProjectAiServicesAiServicesInternalPkgCatalogTypesConnectorProvider
    - `description` string — Description is a short description of the provider.
    - `id` string — ID is the provider identifier (e.g. "object_storage", "file_system").
    - `name` string — Name is the human-readable display name of the provider.
    - `schema` string — Schema is the path to the provider's JSON Schema params endpoint.
  - `type` string — Type is the connector type (e.g. "datasource").

## Other responses

- `401` — Unauthorized
- `404` — Connector type not found

## Changes

- **2026-08-27** `f2b070d1e04a` — 1 warning, 1 info
  - deleted the `query` request parameter `connector_type`
  - added the new optional `query` request parameter `type`
- **2026-08-14** `cf0d9936e768` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ibm/apis/ai-services-catalog-api/changes/connectors/get.md)

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc.dev/ibm/apis/ai-services-catalog-api/revisions/283c5c0bd1bb?raw)
