reports
Get Latest Report Instance
Use this endpoint to get a scheduled report latest instance. If the scheduled report requested is not available the response will be a Not Found error. If the scheduled report requested hasn't run yet, the response will be an Empty response.
get/reports/scheduled-reports/{scheduledReportId}/runs/latest
Path parameters
scheduledReportIdstring uuid required
The scheduled report's unique identifier
Response
OK
Example response
{
"reportId": "db672560-00f0-405d-af6e-8d0aa17a94df",
"date": "2022-06-22T19:47:10Z",
"runInstanceId": "be6f252d-5aa6-49e3-a2e2-470a67f88711",
"recipientsCount": 100
}