Returns Job by {id} number

Returns Job by {id} number which is generated from 'Creating Job Request' stage. This endpoint is used to check the status of the job.

SecuritybearerToken
Request
path Parameters
id
required
string
Responses
200

Successful Response

400

Bad Request Response

401

Invalid Token Response

403

Access Forbidden Response

404

404 response

get/dataCleaning/jobs/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "modifiedAT": "2019-08-24T14:15:22Z",
  • "managingUserId": 0,
  • "managingCustomerId": 0,
  • "owningCustomerId": 0,
  • "owningUserId": 0,
  • "status": "created",
  • "countryCode": "string",
  • "portfolioId": "string",
  • "source": "dataCleaning",
  • "jobSummary": {
    },
  • "jobEnrichmentSettings": {
    },
  • "archived": true
}