Get connector information Deprecated

GET /api/actions/action/{actionId}

Deprecated in 7.13.0. Use the get connector API instead.

Path parameters

  • actionId string Required

    An identifier for the action.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    Indicates a successful call.

    Hide response attributes Show response attributes object

    The properties vary depending on the action type.

  • 401 application/json; Elastic-Api-Version=2023-10-31

    Authorization information is missing or invalid.

    Hide response attributes Show response attributes object
GET /api/actions/action/{actionId}
curl \
 -X GET https://localhost:5601/api/actions/action/c55b6eb0-6bad-11eb-9f3b-611eebc6c3ad
Response examples (200)
{
  "actionTypeId": "string",
  "config": {},
  "id": "string",
  "isDeprecated": true,
  "isMissingSecrets": true,
  "isPreconfigured": true,
  "name": "string"
}
Response examples (401)
{
  "error": "Unauthorized",
  "message": "string",
  "statusCode": 401
}