# Retrieves a bulk user update job Retrieves the status of a bulk user update job. Endpoint: GET /v4/user-updates/{job_id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `job_id` (string, required) Id of the job. ## Response 200 fields (application/json): - `jobId` (string) - `status` (string) - `jobDate` (string) - `succeeded` (number) - `errors` (number) - `total` (number) - `details` (object) Lists details of each update job, including Id or foreign key, job status, and returned message. ## Response 404 fields