Get details of an HCLS workflow run
GET/hcls/:hcls_name/:id/runs/:runid
Returns details of a single Omics workflow run, or a related action result. With no action, returns the workflow run item. action=list_run_tasks lists tasks for the run (supports limit and marker). action=get_logs returns CloudWatch/S3 log content; with task_id returns a presigned URL for that task's logs, otherwise may trigger async log generation. action=download_logs returns a PresignedURL for the aggregated run log file (requires S3LogPath on the run).
Request
Responses
- 200
- 400
- 500
Successfully returns HCLS workflow run details or action result
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid input parameters
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Something went wrong at backend
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers