Skip to main content
Panther Knowledge Base

Can I export a list of my alerts from Panther?

QUESTION

How can I export a list of all my alerts from Panther?

ANSWER

It is possible to export a list of alerts via the Panther API. The API allows you to get a list of all alerts and optionally filter the result based on time range, severity, type of alert, etc. See here for instructions on how to get started with the API.

You can use the API Playground in the Panther Console to get the output in JSON form, or otherwise you can write a script that will call the API and then transform the output to a CSV format. We have an example of how to write scripts that use our API here.