Error Tracking
Export Errors
Export error data in CSV or JSON format
GET
Query Parameters
string
default:"csv"
Export format:
json or csvstring
Filter by environment
string
Filter by priority
string
Filter by category
string
Start date (ISO 8601)
string
End date (ISO 8601)
integer
default:"1000"
Maximum number of errors to export (max 10,000)
Response
Returns the exported data in the requested format. CSV exports include aContent-Disposition header for file download.
Exports are limited to 10,000 error signatures. For larger datasets, use pagination with the List Errors endpoint.