cURL
curl --request POST \ --url https://your-sift-api-url.com/api/v1/reports/{reportId}:rerun \ --header 'Authorization: Bearer <token>'
{ "jobId": "<string>", "reportId": "<string>" }
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Was this page helpful?