API Basics
JUMP TO
- Getting Started
- Authentication
- API Documentation
- CLI & Client Library (Python)
- Jupyter Notebooks
- Pagination
- Errors
Samples
Metadata & Tags
- The Metadata Resource
- The Tag Resource
- Retrieve All Metadataget
- Retrieve A Metadata Recordget
- Retrieve All Tagsget
- Retrieve A Tagget
- Updating Metadatapatch
Analyses
- The Analysis Resource
- Retrieve All Analysesget
- Retrieve An Analysisget
- Retrieve Analysis Resultsget
- Retrieve Analysis Filesget
- Retrieve Analysis Output File Detailsget
- The Classification Resource
- Retrieve All Classificationsget
- Retrieve A Classificationget
- Classification Resultsget
- Read-Level Resultsget
- The Panel Resource
- Retrieve A Panelget
- Retrieve All Panelsget
- Panel Resultsget
- The Alignment Resource
- Retrieve All Alignmentsget
- Retrieve An Alignmentget
Jobs
Documents
Webhooks & Events
Sequencing
API Documentation
The below sections provide more exhaustive documentation of the core One Codex API, but first a note and a warning:
Our API is self-described using JSON Schema, with the root schema for the API available at https://app.onecodex.com/api/v1/schema. While we do our best to keep this documentation accurate and up-to-date, in cases where there is a discrepancy between this documentation and the JSON schema, please defer to the API schema. However, we may occasionally offer features via the API that are explicitly not documented here – only documented features should be assumed to be stable.
Please let us know if you run into any issues by sending us a note or contacting us via the chat icon on the bottom right. Thanks!