External DocumentationTo learn more, visit the Cortex XDR documentation.
Actions
Get Scan Status
Retrieves the status of the requested scan.

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 |
|---|---|
| Action ID | The action ID of the selected request, which is returned when running the Scan 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?