https://api.getcalico.com/enterprise/v2| Name | Method | Path | Description |
|---|---|---|---|
| Create report | POST | /reports | Create a new report with filters including provider_id (digital asset source), start and end dates, and individual end-user. |
| List reports | GET | /reports | List all reports generated by the enterprise. |
| Get report | GET | /reports/{report_id} | Retrieve individual report metadata and status. |
| Download link | GET | /reports/{report_id}/download-link | Get the link to download an individual report. The link is time-sensitive. |
| Delete report | DELETE | /reports/{report_id} | Delete an individual report. |