Skip to content

Rescan stale projects

POST
/cron/rescan
curl --request POST \
--url https://example.com/api/cron/rescan \
--header 'Content-Type: application/json' \
--data '{ "projectId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'

Rescans projects older than 30 min threshold, or a single project by ID. CRON_SECRET protected.

Media type application/json
object
projectId
string format: uuid

Rescan results

Media type application/json
object

Missing or invalid CRON_SECRET