# Add Ingest Module/Job to SleuthKit Case (Using Java Bindings)

**URL:** <https://sleuthkit.discourse.group/t/add-ingest-module-job-to-sleuthkit-case-using-java-bindings/4463>\
**Category:** The Sleuth Kit Development\
**Created:** [August 12, 2024, 10:40am UTC](https://sleuthkit.discourse.group/t/add-ingest-module-job-to-sleuthkit-case-using-java-bindings/4463 "2024-08-12T10:40:16Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![Mohammed\_Kanaan](https://yyz2.discourse-cdn.com/free1/user_avatar/sleuthkit.discourse.group/mohammed_kanaan/32/2078_2.png) [@Mohammed\_Kanaan](https://sleuthkit.discourse.group/u/Mohammed_Kanaan)\
**Post date:** [August 12, 2024, 10:40am UTC](https://sleuthkit.discourse.group/t/add-ingest-module-job-to-sleuthkit-case-using-java-bindings/4463/1 "2024-08-12T10:40:16Z")

</div>

I am trying to add an ingest module to the sleuth kit case using the available methods which are **addIngestModule** and **addIngestJob** but given the source code I read, it only adds the ingest job to the case without any method of triggering or starting the ingest job.

I don’t know if I am doing it in the wrong way or not, I wasn’t able to find any resources to explain how to implement an ingest module using the java bindings.

 ![Screenshot 2024-08-12 at 12.38.25 PM](https://global.discourse-cdn.com/free1/uploads/sleuthkit/original/2X/1/1085d8bb46649cb0a2e52e7976127011ccdb6b64.png)
