Generates a download link of a file from the specified endpoint.
External DocumentationTo learn more, visit the Cortex XDR documentation.

Parameters

ParameterDescription
EndpointThe endpoint to be unisolated. Select the endpoint’s hostname or manually type its ID.
File HashThe hash of the file to be fetched from the endpoint.
File PathThe path of the file to be fetched from the endpoint.

Example Output

{
	"reply": {
		"data": {
			"<endpoint_ID>": "https://api-{fqdn}/public_api/v1/download/<api_value>"
		}
	}
}

Workflow Library Example

Get File Retrieval Details with Cortex Xdr and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop