# Reports API ## Get report types - [GET /report/v0/report-types](https://api.esper.io/openapi/reports-api/getreporttypes.md): Get report types ## Create Report - [POST /report/v0/reports](https://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://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.