> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsiam/detect-investigate-and-respond-to-threats/investigation-and-response/forensics/data-collection/triage/triage-status.md).

# Triage status

You can drill down to the **Actions** table from the status link of the triage to view the search the status of all the artifacts for the triage.

<table><thead><tr><th width="148">Field</th><th>Description</th></tr></thead><tbody><tr><td>Endpoint name</td><td>Agent hostname.</td></tr><tr><td>Endpoint ID</td><td>Agent unique ID.</td></tr><tr><td>Action ID</td><td>Unique identifier for this agent action.</td></tr><tr><td>Type</td><td><p>Type of collection.</p><p>Example: <code>Amcache, File Collection, Event Logs</code></p></td></tr><tr><td>Path</td><td>Path for files, registry path for registry artifacts.</td></tr><tr><td>Status</td><td><p>Displays one of the following statuses of the search:</p><ul><li>Pending: agent action sent</li><li>In progress: SAM not sent</li><li>Results received: received SAM results</li><li>Timeout: SAM timed out</li><li>Ingesting: Ingestion started</li><li>Uploaded: data received, but not parsed</li><li>Ingested: ingestion completed</li><li>Partially ingested: ingested with errors</li><li>Failed: ingestion failed</li></ul></td></tr><tr><td>Details</td><td><p>Shows the detailed output from the ingestion script.</p><p>Example: <code>Ingested X of Y records</code></p></td></tr><tr><td>Collected</td><td>Time the data was collected.</td></tr><tr><td>Download expiration</td><td>Time when bucket data (raw files) is to be deleted.</td></tr><tr><td>Preset</td><td>Name of the triage configuration.</td></tr><tr><td>Collection Type</td><td>Collection type.</td></tr><tr><td>Triage ID</td><td>Unique ID associated with this triage data.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsiam/detect-investigate-and-respond-to-threats/investigation-and-response/forensics/data-collection/triage/triage-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
