Get report information
⚠️ Legacy feature. Android only. Daily and Custom Reports are a legacy feature. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.
Retrieves metadata about your enterprise's reporting configuration, including how far back historical report data is available.
Use this endpoint to check whether the reports workflow is enabled for your enterprise and the earliest date from which report data can be queried before making date-scoped report requests.
About Get Report Info
This endpoint returns two key configuration values for the enterprise's legacy reporting system: reportAvailabilityFrom, which indicates the earliest datetime from which historical report data exists, and enableReportsWorkflow, a boolean indicating whether the reporting feature is active. Query this endpoint first when working with the legacy report endpoints to avoid date-range errors and confirm feature availability.
Response
successful operation