Returns detailed result data including the full summary array with
kinetic parameters (kon, koff, KD), binding curves, and quality metrics.
The data_package_url field contains the data package URL, same as in
the Foundry portal.
Note: Unlike the list endpoint, this returns complete summary data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique result identifier
Successfully retrieved result details
Comprehensive result data including analysis results and download links.
Contains full analysis results from completed experiments, including kinetic parameters, summary statistics, and links to download raw data packages for further analysis. Used for both list and detail endpoints.
ISO 8601 timestamp of result generation
Associated experiment identifier
Unique identifier for the result
Type of analysis result (e.g., "affinity", "thermostability")
Summary of key results (discriminated union by result_type tag)
Discriminated union for result summaries.
Enables type-safe handling of different assay result types (affinity vs
thermostability) without forcing incompatible data into a single structure.
The result_type tag in serialized JSON identifies the variant.
Human-readable result title
Data package URL, same as in the Foundry portal