Skip to main content
GET
Returns all connectors belonging to the organization associated with the API key.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Query Parameters

provider
string

Filter by provider

Example:

"slack"

Response

OK

connectors
object[]
Example:
health
object

Health maps connector_id to its rollup (healthy | degraded | failed | checking), present only when the caller asks for ?include=health. A connector missing from the map has an unknown rollup — its resources could not be read — which clients must not render as a failure.