# Tips on how to find a pipeline job ID

Pipeline job IDs can be found in the **Pipelines** application and in the **Custom GWAS** application. In both applications you can find *running*, *succeeded* and *failed* pipeline jobs.

### Finding a pipeline job ID from the Pipelines application

The easiest way to obtain a pipeline job ID is through the **Pipelines** application. Depending on whether your pipeline job has failed, succeeded, or is currently running, you need to open the Pipelines application and select the appropriate section from `Submitted jobs`. Alternatively, you can choose to `Show recent jobs` to browse through all recently completed jobs.

<figure><img src="/files/NlypzdDf0lGfQxMjG649" alt=""><figcaption></figcaption></figure>

After having selected the correct section, a new page will open listing all pipeline jobs filtered by the section you selected. The simplest way to find the job ID is to search by the name of the job's submitter. The job ID can be found from the **ID** column and the time of submission from the **Started At** column. You need to know when the job you are looking for was submitted in order to find the right job from the person's submissions.

<figure><img src="/files/o0hgErRCDSG7eZUKhZtB" alt=""><figcaption></figcaption></figure>

### Finding a pipeline job ID from the Custom GWAS application

Succeeded, failed and running pipeline jobs can be found from the [Custom GWAS](broken://pages/-MhYMPpmLjq4WtP_ceMi) application. This method is convenient if you know the name of the pipeline job. Open the **Custom GWAS** application and click on `Recents`. This will open a page with different succeeded or failed pipeline jobs. `PHENOTYPE NAME` indicates the name given to the job in the submission and `PIPELINES WORKFLOW ID` indicates the job ID.

<figure><img src="/files/zI21drOG7JZ2flya2SWE" alt=""><figcaption></figcaption></figure>

You can now search for the job's name with Control + F (Windows) or Command + F (Mac).

<figure><img src="/files/MY9ebDx0JlmDB1vphYaS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.finngen.fi/working-in-the-sandbox/running-analyses-in-sandbox/pipelines-tool-instructions/tips-on-how-to-find-a-pipeline-job-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
