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_url appears,
fetch quote details via /experiments/{id}/quote. After confirmation,
stripe_invoice_url provides a direct link 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
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 Dynamic cost information for this experiment.
The value depends on experiment lifecycle and creation date:
null: Pricing unavailable (experiments created before 2026-01-20){type: "estimate", ...}: Computed estimate (no Stripe quote yet){type: "quoted", ...}: Stripe quote generated{type: "invoiced", ...}: Stripe invoice createdResolution: invoice_id present → Invoiced, else quote_id present → Quoted, else compute Estimate from experiment spec.
Human-readable name for the experiment (nullable in database)
URL to view/pay invoice
URL to view quote in payment provider dashboard