# Reports API APIs for managing reports.
Currently supports [App Reports](https://help.esper.io/hc/en-us/articles/27379366650257-App-Reports). ## Get report types - [GET /report/v0/report-types](https://develop-api.esper.io/openapi/reports-api/getreporttypes.md): Get report types ## Create Report - [POST /report/v0/reports](https://develop-api.esper.io/openapi/reports-api/createreportstatus.md): This API will return a report ID. Use this ID to call the "Get Report Status" API to check the report generation status and retrieve the results. Learn more. ## Get report status - [GET /report/v0/reports/{report_id}](https://develop-api.esper.io/openapi/reports-api/getreportstatus.md): Call this API with report ID generated from "Create Report" API to check the report generation status and retrieve the results. Learn more.