v1
latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KBdemo
batch
polling
DEMO - poll a batch job
Returns the batch job's status and (when completed) per-operation results. Stateless - the job_id is a base64url-encoded JSON spec so the response is recomputable from the id alone.
get/batch/jobs/{job_id}
Path parameters
job_idstring required
Base64url-encoded job spec returned by POST /batch.
Response
Job status. status=pending within the first second after creation; status=completed thereafter with results[] populated.