Reports
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
Request: POST {url}/reports/
Response:
2. Check report’s executions (optional)
Request: GET {url}/reports/71aa8d49-5ec7-43aa-b13c-9b16fdae0f9b/executions
Response:
3. Generate report’s execution URL
3.1. Check that the report’s execution has been processed (optional)
Request: GET {url}/report-executions/0848ef01-f44a-4564-abdb-52a1344bac63
Response:
Status
succeeded
status means that the report has been generated.
3.2. Generate execution’s URL
Request: POST {url}/reports/71aa8d49-5ec7-43aa-b13c-9b16fdae0f9b/executions/0848ef01-f44a-4564-abdb-52a1344bac63/url
Response:
Finally, download the report using URL from response.
Was this page helpful?