Exports
The /exports page is a live history view backed by exports(page, perPage). It shows each export’s name, format, contact count, creation time, and a download action when fileUrl is present.
Create exports from a segment detail page, where CSV and JSON plus selected columns are wired to exportSegment. The visible New Export button on this history page has no handler.
The GraphQL operation used to create a segment export is exportSegment(segmentId, format, columns). The history page does not expose deletion, retry, status drill-down, or retention controls.
Related
Loading index…