Get the job status

Retrieves the status of a submitted job in Zuora Revenue.

Request
path Parameters
jobId
required
integer

The ID of the job.

orgId
required
integer

The ID of the organization that is specified when the job is submitted.

Responses
200

The job status is returned.

400

The input parameter is invalid.

get/api/integration/v1/{orgId}/jobs/{jobId}
Request samples
Response samples
application/json
{
  • "data": {
    },
  • "success": true
}