Hanzo
OpenapiKnowledge

Returns the ONE catalog of everything a caller can connect: every first-party…

Returns the ONE catalog of everything a caller can connect: every first-party connector and every long-tail one, in a single list sorted by provider.

GET /v1/knowledge/connectors/catalog

Addresshttps://api.hanzo.ai/v1/knowledge/connectors/catalog
MethodGET
Operationget_knowledge_connectors_catalog
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the ONE catalog of everything a caller can connect: every first-party connector and every long-tail one, in a single list sorted by provider. configured reports whether this deployment holds OAuth credentials for a source, so the console can show Connect rather than a dead button, and kind is a badge only — the connect and sync lifecycle is identical for both. The catalog itself is org-independent; a validated principal is still required. It is metadata only: no secret is ever returned.

Request

GET /v1/knowledge/connectors/catalog takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200catalogOutok

200 body — 6 fields.

FieldInTypeAlwaysDescription
connectorsbodycatalogEntry[]Connectors is every connectable source, sorted by provider.
connectors[].configuredbodybooleanConfigured is whether THIS DEPLOYMENT holds the OAuth client credentials for the provider.
connectors[].descriptionbodystringDescription is one line of shop copy: what connecting this source pulls in.
connectors[].displayNamebodystringDisplayName is the label to show a person.
connectors[].kindbodystring"native" | "piece"
connectors[].providerbodystringProvider is the source's id and the address every connector op takes it by (/v1/knowledge/connectors/:provider).

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Knowledge API · All Hanzo APIs · Interactive reference

How is this guide?

On this page