Get connector types

GET /api/actions/connector_types

You do not need any Kibana feature privileges to run this API.

Headers

  • The version of the API to use

    Value is 2023-10-31. Default value is 2023-10-31.

Query parameters

  • A filter to limit the retrieved connector types to those that support a specific feature (such as alerting or cases).

GET /api/actions/connector_types
curl \
 -X GET http://localhost:5601/api/actions/connector_types \
 -H "elastic-api-version: 2023-10-31"