Get all connectors Deprecated

GET /api/actions

Deprecated in 7.13.0. Use the get all connectors API instead.

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
curl \
 -X GET https://localhost:5601/api/actions
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
}