Backfill done tickets to complete stage
POST
/cron/backfill-handoff-complete
const url = 'https://example.com/api/cron/backfill-handoff-complete';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/cron/backfill-handoff-completeOne-off backfill. Protected by CRON_SECRET header.
Responses
Section titled “ Responses ”Backfill result
Media type application/json
object
Missing or invalid CRON_SECRET