v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
cases

Get case 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/cases/configure/connectors/_find</span></div>

Refer to 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.

get/api/cases/configure/connectors/_find

Response

Indicates a successful call.

actionTypeId'.cases-webhook' | '.jira' | '.none' | '.resilient' | '.servicenow' | '.servicenow-sir' | '.swimlane'

The type of connector.

idstring
isDeprecatedboolean
isMissingSecretsboolean
isPreconfiguredboolean
namestring
referencedByCountinteger

Example response

[
  {
    "actionTypeId": ".none"
  }
]