# Exporting your incidents

There are two ways to export your incident history in StatusPal:

### Export as CSV

On the Incidents page, you will find a button titled "Download CSV report," which will enable you to download a CSV with your incident history.

<figure><img src="https://4061983002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIMm5p2V7PNx3dS7vwKE%2Fuploads%2F9D9DaL5Atei24YwDF0IK%2FScreenshot%202024-12-05%20at%2011.23.36.png?alt=media&#x26;token=d35f25c7-034e-4e4b-b54a-013efb5c71b4" alt=""><figcaption></figcaption></figure>

The CSV report will contain the full list of incidents and maintenance, including the following details:

<table><thead><tr><th width="173">Column</th><th>Description</th></tr></thead><tbody><tr><td>ID</td><td>The ID of the incident</td></tr><tr><td>Starts at</td><td>The start date of the incident</td></tr><tr><td>Ends at</td><td>The end date</td></tr><tr><td>Title</td><td>The title of the incident</td></tr><tr><td>Active</td><td>A boolean saying if the incident is still ongoing or not</td></tr><tr><td>Services</td><td>A comma-separated list of services</td></tr></tbody></table>

### Export incident history from StatusPal API

If you require more details than the provided via CSV export, you can use our API to pull the complete information of your incident history.

{% hint style="info" %}
Access the status page incident's API at [statuspal.io/api-docs](https://www.statuspal.io/api-docs#tag/Incidents).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.statuspal.io/platform/incidents-and-maintenance/exporting-your-incidents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
