External DocumentationTo learn more, visit the Proofpoint Threat Response Auto Pull documentation.
Actions
Get Investigation Details
Retrieve investigation metadata by ID.

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 |
|---|---|
| Expand Events | Retrieve investigations with events data expanded. |
| Expand Incidents | Retrieve investigations with incidents data expanded. |
| Investigation ID | The ID of the investigation to retrieve. |
{
"id": 1,
"created_at": "2021-01-08T17:20:07Z",
"updated_at": "2021-03-11T05:49:15Z",
"name": "test",
"assignee": "System Administrator",
"team": "Script Admins",
"description": "asdadad",
"investigation_field_values": [
{
"name": "Classification",
"value": "Malware"
},
{
"name": "Severity",
"value": "Informational"
},
{
"name": "Attack Vector",
"value": "Email"
},
{
"name": "IS-Unknown",
"value": "False"
}
],
"incident_ids": [
132,
124
],
"incidents": []
}
Was this page helpful?