All Collections
Platform
Best Practices
Best Practices - Incident export
Best Practices - Incident export

Best practices when working on exporting incident data

Elena Turner avatar
Written by Elena Turner
Updated over a week ago

A few ways to help get incident data exported πŸ“Š


  • Allows you to retrieve incidents based off BigPanda Query Language

  • Search Incidents example, visual below on how to retrieve environment ID

    curl --request GET \
    --url 'https://api.bigpanda.io/resources/v2.0/environments/5fbef3452fec1ad361bdb372/incidents?query="query"&sort_by=last_change&page=1&page_size=100' \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer <User API Key>'
  • Select the Analytics tab in the BigPanda Console

  • Review the reports available, the Raw Data Report is most helpful for this use-case

  • Check the available filters of the Raw Data report on retrieving your data

If these options do not work for you, reach out BigPanda Support with the details!πŸ”We can have your Technical Account Manager (TAM) assist in scoping a request to our Professional Services team on a custom report 🐼

Did this answer your question?