Reprise Clone Environment Data API
The Clone Environment Data API returns viewer session analytics for published Reprise Clone Environment demos as a single JSON pipe (api_replicate_analytics). The response carries a meta block of column names and types followed by a data array of session records: shard_name, client_id, demo_title, demo_published_date, session_date and viewer (the welcome-screen email address when one is used, otherwise the viewer IP). Authentication is a token issued by the customer's Reprise CSM, passed as a token query parameter. start_timestamp is required and end_timestamp is optional; responses are capped at 100MB per call, so Reprise recommends pulling narrow time windows on a schedule rather than a single large backfill.