STAGE:
Released in Production
TCB Version 4.0.0

Report Status API

STAGE: Released in Production

A new API has been added to the Common API called the Report Status API. TCB's report generation process is asynchronous, as the generated CSV file can potentially have millions of entries for highly engaged MOFs. When a user requests a report with specific parameters, TCB creates a job and returns a job ID. This job will eventually be completed, resulting in a set of CSV files being generated and saved into S3, and the report will be sent via webhook. However, if you're not implementing a webhook, you can use this new API to check the status of the job. Once the job is completed, the API will provide you with a list of the generated CSV files, along with download links.

Powered by LaunchNotes