Seismic · Arazzo Workflow
Seismic Export an Analytics Report
Version 1.0.0
Resolve a report by type, read its data, and kick off an export job.
Provider
Workflows
export-analytics-report
Resolve a report by type and initiate an export job for it.
Lists reports of a given type, reads the first report's data over a date range, and starts an export job for that report.
1
findReport
listReports
List reports of the requested type, returning the first match.
2
getReport
getReport
Read the report data over the supplied date range to confirm it resolves.
3
exportReport
exportReport
Initiate an export job for the report, returning an export ID and a download URL when the export is ready.