Exporting your incidents

Export your status page invoices as CSV format & as JSON thanks to our powerful API,

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.

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

Column
Description

ID

The ID of the incident

Starts at

The start date of the incident

Ends at

The end date

Title

The title of the incident

Active

A boolean saying if the incident is still ongoing or not

Services

A comma-separated list of services

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.

Access the status page incident's API at statuspal.io/api-docs.

Last updated