curl "https://kodostatus.com/api/v1/errors/export?format=csv&start_date=2024-01-01T00:00:00Z&end_date=2024-01-31T23:59:59Z" \ -H "X-API-Key: your_api_key"
{ "export": { "format": "json", "from": "2024-01-01T00:00:00Z", "to": "2024-01-31T23:59:59Z", "total_errors": 156, "total_occurrences": 4823 }, "errors": [ { "id": "err_abc123", "message": "Cannot read property 'map' of undefined", "type": "TypeError", "occurrences": 47, "sessions_affected": 23, "first_seen": "2024-01-15T08:30:00Z", "last_seen": "2024-01-15T10:45:00Z" } ] }
Export error data in CSV or JSON format
json
csv
Content-Disposition