TM Data Export – Added
Request and retrieve data export reports for specific dates through the Transaction Monitoring Observability API.
- POST
/api/v1/data-export/trigger
Request a report generation for a specific date. The API returns a trigger ID that can be used to poll for completion status.
- GET
/api/v1/data-export/{trigger_id}
Retrieve the generated export report using the trigger ID from the request endpoint.