Retrieve a List of Analysis ID
Retrieves information on the cases associated with a TruSight Software Suite analysis output using the GET operation and the analysis ID specified in the path. To obtain the analysis ID, use the GET /crs/api/v1/analysis-molecular-data endpoint.
Your <instance> is based on your region. See Regional Instances to find the instance for your region.
GET https://<domain-name>.<instance>/crs/api/v1/analysis-molecular-data/<analysisId>

The following headers are required to perform the request:
Header |
Type |
Description |
---|---|---|
X-Auth-Token (Header) |
String |
The generated API key. To obtain a key, see Generating an API Key. |
X-ILMN-Domain (Header) |
String |
The Illumina domain associated with the client. |
X-ILMN-Workgroup (Header) |
String |
The ID of the workgroup associated with the client. Contact Illumina Technical Support to obtain the workgroup ID. |
analysisId (Path) |
String |
The ID of the TruSight Software Suite analysis output. For information on obtaining the analysisId, see Retrieve Analysis Output. |