> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/connected-insights/resources-and-references/a-introduction/a-ingest-cloud-analysis-data.md).

# Ingest Cloud Analysis Data API (Connected Insights - Cloud Only)

Use an API to ingest cloud analysis data in BioInsight Platform Core into Connected Insights as follows.

1. From the API page, navigate to the Cloud Analysis section.
2. Select **POST /crs/api/v1/analysis-molecular-data/ica/ingest-ica-analysis**.
3. In the Parameters table, update the description for the following required parameters:
   * **analysisProjectId** — The BioInsight Platform Core project ID that contains the analysis. To retrieve this ID, open the BioInsight Platform Core project containing the analysis and copy the ID from the URL (for example, `https://{BioInsight Platform Core-host-name}.illumina.com//ica/projects/{analysisProjectId}/projectDetails`).
   * **analysisId** — The BioInsight Platform Core analysis ID. To retrieve this ID, open the BioInsight Platform Core project containing the analysis, open the desired analysis, and copy the ID value from the **ID** field.
4. \[Optional]Update the description for one of the following optional parameters:

   * **workflowId** — The workflow ID for the Connected Insights pipeline that will be used to ingest the analysis data. Note, the associated test definition will be applied. To retrieve this ID, go to the Connected Insights **Configuration** page, **General** tab, **Data Upload** section, and select **From BioInsight Platform Core** to view the BioInsight Platform Core Pipeline workflows. Select the menu icon within the desired workflow and select **Copy Workflow Id**.

   * **pipelineId** — The BioInsight Platform Core pipeline ID used in the desired analysis. To retrieve this ID, open the BioInsight Platform Core project containing the analysis, open the desired analysis, find the pipeline listed here and open it, open the pipeline, and copy the ID value from the **ID** field.

   > ❗ Enter either the specific workflow or pipeline ID.

   * **autoGenerateCaseId** — Select either true or false for the system-generated case ID (the default value is false).
   * **tags** — Tag names associated with the case that can be used for a full or partial search.
   * **analysisStatus** — Enter either SUCCEEDED or FAILED for the analysis status from ICA for the run (the default is SUCCEEDED).
   * **Accept-Language** — The applicable language for the data.
5. Select **Execute**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/connected-insights/resources-and-references/a-introduction/a-ingest-cloud-analysis-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
