Call this API with report ID generated from "Create Report" API to check the report generation status and retrieve the results. Learn more.
Security
bearerAuth
- Mock serverhttps://develop-api.esper.io/_mock/openapi/report/v0/reports/{report_id}
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/report/v0/reports/{report_id}
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/report/v0/reports/{report_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- CreateReportResponse
- GetReportResponsePreview
- GetReportResponseDownload
{ "content": { "id": "string", "status": "PENDING" } }