GET
/
results
{result_id}
curl --request GET \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/results{result_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "<string>",
  "data_package_url": "<string>",
  "experiment_id": "<string>",
  "id": "<string>",
  "metadata": "<any>",
  "result_type": "<string>",
  "summary": [
    {
      "affinity": [
        123
      ],
      "affinity_units": [
        "<string>"
      ],
      "binding_label": [
        "<string>"
      ],
      "n_replicates": 1,
      "sequence": {
        "fasta": "<string>"
      },
      "target_id": "<string>"
    }
  ],
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

result_id
string
required

Unique result identifier

Response

200
application/json

Successfully retrieved result details

Comprehensive result data including results and download links.

Contains full analysis results, summary statistics, and links to download raw data packages for further analysis.