search_qcrecords
Find quality control records by filtering on project, sequencing run, or workflow run IDs. Returns only the newest record per scope by default.
Instructions
Search QC records with filters.
Args: project_id: Filter by project ID sequencing_run_id: Filter by sequencing run_id string workflow_run_id: Filter by workflow run UUID latest: Return only newest record per scope (default True) page: Page number per_page: Results per page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| latest | No | ||
| per_page | No | ||
| project_id | No | ||
| workflow_run_id | No | ||
| sequencing_run_id | No |