Get analysis details
|
analysis |
|
|---|---|
|
URL |
/api/v1/analysis |
|
Description |
Gets the analysis details and links to download a Quality Control (QC) report, final report, and compressed archive (ZIP format) of unfiltered and filtered variants files. Returns a JSON object that contains the download information. |
|
Method |
GET |
|
Request query parameters |
|
|
Example request |
|
|
Request headers |
Content-Type: application/x-www-form-urlencoded Authorization:API Token |
|
Returns |
|
Response fields
|
Status code |
Response message |
|---|---|
|
200 |
Successful response |
|
400 |
Bad request |
|
404 |
Not found |
|
401 |
User is not authenticated |
|
500 |
Error occurred |
Curl command
curl -v -k -X GET "https://<server name>/api/v1/analysis?format=json&name=xyzsampletest
&id=ff8081819807726c0198119763d8009a&exclude=reports,filteredvariants,unfilteredvariants
&start_date=2025-07-03
&end_date=2025-07-15" -H "Content-Type:application/x-www-form-urlencoded" -H
"Authorization:NjMyZmUwODMzOTY3YzVhYzA1OGE5M2I4ZjMyZWY0ZmY1NWQ0YzgyYzhjOTJmZTBjZjZkZTg2N2QxZjA3MGZlMA"
