# Get the job status Retrieves the status of a submitted job in Zuora Revenue. Endpoint: GET /api/integration/v1/{orgId}/jobs/{jobId} Version: 2025-08-06 ## Path parameters: - `jobId` (integer, required) The ID of the job. - `orgId` (integer, required) The ID of the organization that is specified when the job is submitted. ## Response 200 fields (application/json): - `data` (object) - `data.actual_start_date` (string) - `data.crtd_by` (string) - `data.crtd_dt` (string) - `data.error_message` (string) - `data.id` (integer) - `data.sec_atr_val` (integer) - `data.status` (string) - `data.updt_dt` (string) - `success` (boolean) ## Response 400 fields