Skip to content

Get report status

Request

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
Path
report_idstring, (uuid)required

Report ID

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/report/v0/reports/{report_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Report status

Bodyapplication/json
One of:
contentobject
Response
{ "content": { "id": "string", "status": "PENDING" } }