DevFlow
Docs/Operations and troubleshooting

Data retention: what we store, for how long, how to export

Owner Priya Iyer · Last updated 2026-03-20 · v3.1
retentiondataexportgdprcompliance

Data retention

What DevFlow stores and for how long.

check results

TierRaw retentionAggregated retention
Free7 days30 days
Pro30 days13 months
Scale90 days13 months
Enterpriseup to 24m24 months

"Raw" includes the per-check response body excerpt (first 64 KB). "Aggregated" is per-minute roll-ups (status, latency p50/p95/p99, assertion outcome counts).

audit logs

365 days. Includes secret rotations (variables-and-secrets), service-account changes (rest-api-authentication), monitor edits, channel edits, member changes.

incident records

Indefinite — incidents and their postmortem stubs are part of your operational history. Customers can mass-delete on request.

export

bash
devflow export run --since 2026-01-01 --format ndjson   --output ./export.ndjson

NDJSON is the canonical format; CSV is also supported. Export is a single point-in-time dump of the data your service-account key can see; rate-limited.

deletion

Customer-initiated deletion request via security@devflow.io. We delete within 30 days, with audit-trail of the deletion. See /security and the DPA at /privacy.

what we don't store

  • We don't store request bodies you sent (we sent them; you wrote them) longer than the response body excerpt.
  • We don't store secrets (variables-and-secrets) in plaintext anywhere.
  • We don't store your team's private Slack messages — only the messages we ourselves sent.

related

Related questions

Was this helpful?
Or ask the docs bot for a follow-up — the floating button bottom-right.