Get connector information

GET /api/actions/connector/{id}

Headers

  • The version of the API to use

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

Path parameters

  • id string Required

    An identifier for the connector.

Responses

  • Indicates a successful call.

GET /api/actions/connector/{id}
curl \
 -X GET http://KIBANA_HOST:5601/api/actions/connector/{id} \
 -H "elastic-api-version: 2023-10-31"