# Reports

All reports related paths.

 - [GET /users/{user_id}/reports](https://docs.upvest.co/api/reports/list_user_reports.md): List user reports
 - [POST /reports](https://docs.upvest.co/api/reports/create_report.md): Create a user report
 - [GET /reports/{report_id}](https://docs.upvest.co/api/reports/retrieve_report.md): Retrieve a report for either a natural person or a business entity.
 - [GET /businesses/{business_id}/reports](https://docs.upvest.co/api/reports/list_business_reports.md): Returns a paginated list of reports generated for the business identified by `business_id`. Use the `offset` and `limit` query parameters to page through results; `meta.total_count` gives the total nu
 - [POST Reports events](https://docs.upvest.co/api/reports/report_event.md): Report events for either a natural person or a business entity.
