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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Endpoint | The endpoint to be unisolated. Select the endpoint’s hostname or manually type its ID. |
| File Hash | The hash of the file to be fetched from the endpoint. |
| File Path | The path of the file to be fetched from the endpoint. |
{
"reply": {
"data": {
"<endpoint_ID>": "https://api-{fqdn}/public_api/v1/download/<api_value>"
}
}
}
Was this page helpful?