---
title: "Get all connectors"
method: GET
path: "/api/actions/connectors"
tags: ["connectors"]
---

# Get all connectors

`GET /api/actions/connectors`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/actions/connectors</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

## Response `200`

Indicates a successful call.

- KibanaHTTPAPIsConnectorResponseWithReferencesCount[]
  - `auth_mode` 'shared' | 'per-user' — The authentication mode used for the connector.
  - `config` object
  - `connector_type_id` string, required — The connector type identifier.
  - `id` string, required — The identifier for the connector.
  - `is_connector_type_deprecated` boolean, required — Indicates whether the connector type is deprecated.
  - `is_deprecated` boolean, required — Indicates whether the connector is deprecated.
  - `is_missing_secrets` boolean — Indicates whether the connector is missing secrets.
  - `is_preconfigured` boolean, required — Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are omitted from the response.
  - `is_system_action` boolean, required — Indicates whether the connector is used for system actions.
  - `name` string, required — The name of the connector.
  - `referenced_by_count` number, required — The number of saved objects that reference the connector. If is_preconfigured is true, this value is not calculated.

## Other responses

- `403` — Indicates that this call is forbidden.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
