Urgency alerts
Most signals wait for the run summary. A few are worth interrupting somebody for, and one rule decides which — set once, by an admin, in workspace settings:CSV and CRM export
Three exports, each mirroring a screen: signals, accounts and pipeline. Each takes the same filters as the screen it mirrors, so what downloads is what was on screen.
Admins may export unfiltered; members must narrow it with a filter first. An unfiltered export is the whole workspace in one file, and every export is written to the audit log with the actor, the filter and the row count.
See openpulse.cloud/pricing for the monthly export allowance and which formats each plan includes. Files carry a UTF-8 byte-order mark so Excel on Windows does not mangle non-ASCII company names, and any cell that a spreadsheet would execute as a formula is neutralised without losing a character of the original.
The equivalent export endpoints —
/v1/exports/signals.csv, /v1/exports/accounts.csv and /v1/exports/pipeline.csv — are in the API reference under the export:read scope.