Security Endpoint Management API
Get file information
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/endpoint/action/{action_id}/file/{file_id}</span></div>Refer to Spaces for more information.
Get information for the specified response action file download.
get/api/endpoint/action/{action_id}/file/{file_id}
Path parameters
action_idstring required
The ID of the response action that generated the file.
file_idstring required
The file identifier is constructed in one of two ways:
- For Elastic Defend agents (agentType of endpoint): combine the action_id and agent_id values using a dot (.) separator: {file_id} = {action_id}.{agent_id}
- For all other agent types: the file_id is the agent_id for which the response action was sent to.
Response
Indicates a successful call.