Returns full metadata for an experiment: workflow status, target and sequence details, assay parameters, and billing references.
Poll this endpoint to track progress. When stripe_quote_id appears,
fetch quote details via /experiments/{id}/quote. After confirmation,
stripe_invoice_id links to the invoice. The results_status field
signals data availability: None (pending), Partial (preliminary),
or All (complete). Query /results filtered by experiment to retrieve
data once results are available.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique experiment request identifier
Successfully retrieved experiment details
Detailed information about a specific experiment.
Contains all data needed to understand experiment configuration and track progress.
Unique experiment code (e.g., "EXP-2024-001") or request ID if not fulfilled
ISO 8601 timestamp of experiment creation
Unified experiment specification (type, target, sequences, params)
URL to view the experiment in the Foundry portal
Unique identifier for the experiment
Human-readable name for the experiment
Indicates whether results are available for this experiment
none, partial, all Current lifecycle status of the experiment
draft, waiting_for_confirmation, canceled, waiting_for_materials, in_production, quote_sent, in_queue, data_analysis, in_review, done Stripe invoice ID if invoiced
Stripe quote ID if quote was generated