Security Endpoint Management API

Get action details

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/endpoint/action/{action_id}</span></div>

Refer to Spaces for more information.

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

get/api/endpoint/action/{action_id}

Path parameters

action_idstring required
Example:fr518850-681a-4y60-aa98-e22640cae2b8

The ID of the response action to retrieve.

Response

OK

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "agentType": "endpoint"
}

Changes

Changed in 1 of the 96 revisions of this API.11

  • 804740fca56011See the full diff
    • for the path request parameter action_id, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • for the path request parameter action_id, the maxLength was set to 256

      request-parameter-max-length-set