Skip to main content
GET
List connectors

Response

Which connector families and providers this deployment can create.

Lets a client render the connect UI without probing: a file-service provider is only offered when the host has configured its OAuth app, whereas object-store and inference connections carry their own credentials and are always available.

Which connector families and providers this deployment can create.

Lets a client render the connect UI without probing: a file-service provider is only offered when the host has configured its OAuth app, whereas object-store and inference connections carry their own credentials and are always available.

fileServices
object
required

Availability of each OAuth file-service provider.

inference
boolean
required

Whether inference connections can be created. Currently always true, for the same reason as object stores.

objectStores
boolean
required

Whether object-store connections can be created. Currently always true — they carry their own credentials, so nothing gates them server-side — but clients should read the field rather than assume it.