Skip to main content

API changelog

Track changes to the ElemBio API.

2026-07-21

v1.0.0

We are pleased to announce the release of the ElemBio™ API.

New features

  • ElemBio Cloud API: You can now access your instrument runs, workflow executions, instruments, and storage connections programmatically through a REST API, in addition to through ElemBio Cloud. Use the API to automate workflows, integrate ElemBio Cloud with your own systems, and script routine tasks.
    • List and filter runs with keyword:value expressions such as type:sequencing status:completed, including comparison operators for numeric and date fields and relative date offsets such as 7d.
    • Retrieve a specific run by ID, list its files, and download them.
    • List and filter workflow executions (for example, Bases2Fastq) by status or source run, retrieve an execution by ID, and download its outputs.
    • Look up the instruments registered to your organization.
    • Browse and download files from your storage connections, including filtering by prefix.
    • Explore and test every endpoint in the interactive API reference.