API DocsRESTReport service

RerunReport

Rerunning a report will create a new report with the same rule versions and run as the original report and run the evaluation again using the most up-to-date set of data.

POST
/api/v1/reports/{reportId}:rerun

Path Parameters

reportId
Required
string

curl -X POST "<API_URL>/api/v1/reports/string:rerun" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{
  "jobId": "string",
  "reportId": "string"
}