> For the complete documentation index, see [llms.txt](https://docs.statuspal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.statuspal.io/platform/incidents-and-maintenance/exporting-your-incidents.md).

# 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="/files/HxVSrwv295EfUXNqFLa8" 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 %}
