Ad-hoc analysis
cQube enables download of computed metrics for analysis outside cQube by using any third party tool like Excel, METABASE, Tableau, KNIME or any other similar tool.
Users can download the JSON files from the S3 output bucket through the API.
The example spec for the download API will be as like below
API headers
List S3 Buckets API Endpoint
GET https://cqube_domain/data/list_s3_buckets
Output Body
POST https://cqube_domain/data/list_s3_files
Request Body:
POST https://cqube_domain/data/download_uri
Output Body:
Last updated