Skip to main content
GET
Get result

Authorizations

Authorization
string
header
required

Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.

Path Parameters

result_id
string<uuid>
required

Unique result identifier

Response

Result details

A completed experiment result: its summarized measurements and a link to the raw data.

created_at
string<date-time>
required

When this result was generated (ISO 8601).

experiment_id
string<uuid>
required

Identifier of the experiment this result belongs to.

id
string<uuid>
required

Identifier for this result.

metadata
object
required

Additional metadata beyond the summary.

result_type
string
required

Assay type for this result (e.g. "affinity", "thermostability").

summary
object[]
required

Per-readout measurements, each tagged by assay type.

A result readout, tagged by assay type.

The result_type field selects the variant: affinity for binding kinetics, thermostability for melting-temperature readouts.

title
string
required

Human-readable title for this result.

data_package_url
string | null

Download URL for the raw data package, the same one available in the Foundry portal. Omitted when no package is available.