DOCS

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

ResourceFormat
MonitorsJSON array of all monitors with current configuration
HeartbeatsJSON array with configuration and last-ping timestamps
IncidentsJSON array with timeline events and acknowledgement records
Notification channelsJSON array (credentials excluded)
Alert routing rulesJSON array
Escalation policiesJSON array
On-call schedulesJSON array with rotation history
Status pagesJSON array with component and subscriber lists
Team membersJSON array (email, role, joined date)
Audit logJSON array for the last 12 months

Credentials (API keys, webhook secrets) are not included in the export.

Steps

  1. Go to Settings > Account > Data export.
  2. Click Request export.
  3. Confirm the action. A background job is queued.
  4. 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).
  5. 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?