Get action details

GET /api/endpoint/action/{action_id}

Get the details of a response action using the action ID.

Path parameters

  • action_id string Required

    The ID of the action to retrieve.

Responses

  • 200 application/json

    OK

GET /api/endpoint/action/{action_id}
curl \
 --request GET 'https://<KIBANA_URL>/api/endpoint/action/fr518850-681a-4y60-aa98-e22640cae2b8' \
 --header "Authorization: $API_KEY"