incidents_get_incident_extra_data
Fetch extra incident data, including related alerts and key artifacts, for a specific incident ID to support investigation and enrichment.
Instructions
Get Extra Incident Data
Get extra data fields of a specific incident including alerts and key artifacts.
Cortex XDR displays in the APIs response whether a PAN NGFW type alert contains a PCAP triggering packet. Use the Retrieve PCAP Packet API to retrieve a list of alert IDs and their associated PCAP data.
Note: The API includes a limit rate of 10 API requests per minute.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/incidents/get_incident_extra_data] · Incidents
Example request body:
{
"request_data": {
"incident_id": "<incident ID>",
"alerts_limit": 5
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |