# Individual Job Management Manage individual Data Cleaning jobs. Including updating required mappings and enrichment processes. ## Returns Job by {id} number - [GET /dataCleaning/jobs/{id}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/getjobbyidnumber.md): Returns Job by {id} number which is generated from 'Creating Job Request' stage. This endpoint is used to check the of the job. ## Upload a Job File with an {id} - [POST /dataCleaning/jobs/{id}/upload](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/jobfileuploadwithid.md): Upload a Job File for processing, you need to link to the {id} number generated from the 'Job Request'. ## Update Mappings Request - [PUT /dataCleaning/jobs/{id}/mappings](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/jobupdatemappings.md): Update the mapping of the uploaded file to match that of the header within it. You can add or remove the required number of mapping points in the Request Body. ## Submit Job Request - [POST /dataCleaning/jobs/{id}/submit](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/submitjobrequest.md): Submission of the file after mappings have been carried out. To have a successful submission a blank response body (See example) is required to be posted. ## Update Enrichments Request - [PUT /dataCleaning/jobs/{id}/enrichments](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/updatejobenrichments.md): Detail which package of enrichment settings are to be applied to the uploaded file. Select one of the three creditTypes to acquire the JSON Enrichment tag schema possible for that product. Removal of Enrichment tags is possible from each creditType. Addition of Enrichment tags to a creditType is not possible beyond the maximum schema for each. ## Start Enrichment Request - [POST /dataCleaning/jobs/{id}/enrich](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/datacleaningjobenrich.md): Commencing the Job enrichment to the uploaded file after mapping the enrichment requirements. To have a successful submission a blank response body (See example) is required to be posted. POST 'enrich' will not commence unless the is .Use the GET/dataCleaning/jobs/{id} to check Status of job. ## Returns Enriched Job File - [GET /dataCleaning/jobs/{id}/enrichedFile](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/returnsenrichedjobfile.md): Returns the enriched file after enrichment is complete. Identify the file type to be returned via the query parameter. ## Archive Job by id - [POST /dataCleaning/jobs/{id}/archive](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/individual-job-management/archivejob.md): Archives the job, this can be done at any stage. To have a successful submission a blank response body (See example) is required to be posted.