Setup a report
Learn how to create a report via the dashboard.
There are two ways to setup a report, either via the dashboard or via the API.
Using Dashboard
- Go to Reports in the top bar
- Choose the type of report you want to generate
- Follow the creation steps
- Check the report’s executions in “Generated” tab
- Download report
Using API
1. Create a report
Use the POST {url}/reports/
API to create a report.
2. Check report’s executions (optional)
Next, you can list all the executions for a report.
3. Generate report’s execution URL
To download the file for an execution, check the status of the execution is succeeded
, and
then request the download URL.
The report can be downloaded from the url
until it expires at expires_at
.