Export your data
Download a full archive of your workspace data (GDPR data portability).
You can request a full export of your workspace data at any time. The export is delivered as a ZIP archive containing JSON files for each resource type.
What is included
| Resource | Format |
|---|---|
| Monitors | JSON array of all monitors with current configuration |
| Heartbeats | JSON array with configuration and last-ping timestamps |
| Incidents | JSON array with timeline events and acknowledgement records |
| Notification channels | JSON array (credentials excluded) |
| Alert routing rules | JSON array |
| Escalation policies | JSON array |
| On-call schedules | JSON array with rotation history |
| Status pages | JSON array with component and subscriber lists |
| Team members | JSON array (email, role, joined date) |
| Audit log | JSON array for the last 12 months |
Credentials (API keys, webhook secrets) are not included in the export.
Steps
- Go to Settings > Account > Data export.
- Click Request export.
- Confirm the action. A background job is queued.
- You receive an email when the archive is ready (typically within a few minutes for standard workspaces; larger workspaces may take up to 30 minutes).
- Click the download link in the email, or return to Settings > Account > Data export and click Download.
Rate limit
You can request at most one export per 24 hours per workspace. If you need more frequent exports, use the API directly (GET /api/v1/account/export).
Delete account / workspace
If you want to delete your account or workspace entirely rather than just export, go to Settings > Account > Delete workspace. Deletion is irreversible. An export is recommended before deletion.
See also
Was this page helpful?