curl --request POST \
--url https://api.siftstack.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.
curl --request POST \
--url https://api.siftstack.com/api/v1/reports/{reportId}:rerun \
--header 'Authorization: Bearer <token>'{
"jobId": "<string>",
"reportId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?