Skip to content

Get report information
Stable

Request

Returns report information

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/enterprise/report/info/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

successful operation

Bodyapplication/json
reportAvailabilityFromstring, (date-time)
enableReportsWorkflowboolean
Response
{ "reportAvailabilityFrom": "2019-08-24T14:15:22Z", "enableReportsWorkflow": true }