cURL
curl --request GET \ --url https://api.monitor.weborion.io/api/v1/batch_jobs/{batch_job_id} \ --header 'Authorization: Bearer <token>'
Gets details of any batch job. The job prefix in the ID is used to determine the type and query the appropriate table.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
Batch job ID (including prefix)
OK