---
title: "Get case connectors"
method: GET
path: "/api/cases/configure/connectors/_find"
tags: ["cases"]
---

# Get case connectors

`GET /api/cases/configure/connectors/_find`

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

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

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

Get information about connectors that are supported for use in cases. You must have `read` privileges for the **Actions and Connectors** feature in the **Management** section of the Kibana feature privileges.

## Response `200`

Indicates a successful call.

- object[]
  - `actionTypeId` '.cases-webhook' | '.jira' | '.none' | '.resilient' | '.servicenow' | '.servicenow-sir' | '.swimlane' — The type of connector.
  - `config` object
    - `apiUrl` string
    - `projectKey` string
  - `id` string
  - `isDeprecated` boolean
  - `isMissingSecrets` boolean
  - `isPreconfigured` boolean
  - `name` string
  - `referencedByCount` integer

## Other responses

- `401` — Authorization information is missing or invalid.

---

[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/revisions/f4def03bd2af/schema)
