Reports Cookbook
This doc provides recipes for running reports via API. Note that reports can also be run from the Persona dashboard.
Learn more in the Reports API documentation
Run your first report
Create your first report by creating a POST request to the reports resource:
curl
After you submit the request, your report is processed as soon as possible. This usually happens within a second.
The HTTP response will include a report ID that you can use to poll for the report result:
json
Get the results of a report
Fetch the results of a report using the report ID:
curl
Once the report status is ready, the results will be available in the response:
json

