# 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 of the job. Endpoint: GET /dataCleaning/jobs/{id} Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) ID number associated to the created job - used for future searches - `name` (string) The name associated to the 'Job Number' created by the user in the 'POST - Create Job Request' - `createdAt` (string) - `modifiedAT` (string) - `managingUserId` (integer) - `managingCustomerId` (integer) - `owningCustomerId` (integer) - `owningUserId` (integer) - `status` (string) Enum: "created", "uploading", "uploadError", "uploaded", "ready", "matching", "matchingError", "matched", "addingToPortfolio", "addedToPortfolio", "addedToPortfolioError", "aggregating", "aggregatingComplete", "aggregatingError", "enriching", "enrichmentError", "enriched", "transformFileError", "generateTrilliumFileError", "jobMatchingCompletionError", "jobMatchingComplete", "readyForEnriching", "enrichmentComplete", "enrichmentCompletionError", "pdfGenerationError" - `countryCode` (string) Available after Enrichment - `portfolioId` (string) Available after Enrichment - `source` (string) Enum: "dataCleaning", "prospects" - `jobSummary` (object) Available after Enrichment - `jobSummary.totalRows` (integer) - `jobSummary.matched` (integer) - `jobSummary.manualMatched` (integer) - `jobSummary.unmatched` (integer) - `jobSummary.duplicates` (integer) - `jobEnrichmentSettings` (object) Available after Enrichment - `jobEnrichmentSettings.creditType` (string) - `archived` (boolean) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected