Get data collection job details

Get the status of the data collection job.

Request
path Parameters
job_id
required
integer

The ID of the data collection job that you want to query. This is the ID that is returned when you submitted the data collection job.

Responses
200

The request is submitted successfully.

401

The provided authentication token has expired. Send the Authentication request again to get a new token.

403

You are not authorized to access this endpoint. Please contact Zuora Revenue Support.

get/api/integration/v1/job/collection/template/{job_id}
Request samples
Response samples
application/json; charset=utf-8
{
  • "data": {
    },
  • "success": true
}