External DocumentationTo learn more, visit the Cortex XDR documentation.
Parameters
Example Output
Workflow Library Example
Get File Retrieval Status with Cortex Xdr and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Action ID | The action ID of the selected request, which is returned when running the Retrieve Files from Endpoint action. This can be also found in the Cortex XDR console Response > Action Center > Action ID field. |
{
"reply": {
"general_status": "PENDING",
"endpoints_pending": 1,
"endpoints_canceled": 0,
"endpoints_in_progress": 0,
"endpoints_timeout": 0,
"endpoints_failed": 0,
"endpoints_completed_successfully": 0,
"endpoints_pending_abort": 0,
"endpoints_aborted": 0,
"endpoints_expired": 0
}
}
Was this page helpful?