---
title: "Get connector information"
method: GET
path: "/api/actions/connector/{id}"
tags: ["connectors"]
---

# Get connector information

`GET /api/actions/connector/{id}`

**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/connector/{id}</span></div>

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

## Path parameters

- `id` string, required

## Response `200`

Indicates a successful call.

- KibanaHTTPAPIsConnectorResponse
  - `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.

## 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)
