Skip to main content
GET
/
api
/
v1
/
sequences
/
{sequence_id}
Get sequence
curl --request GET \
  --url https://foundry-api-public.adaptyvbio.com/api/v1/sequences/{sequence_id} \
  --header 'Authorization: Bearer <token>'
{
  "aa_string": "<string>",
  "created_at": "<string>",
  "experiment": {
    "experiment_code": "<string>",
    "experiment_id": "<string>",
    "experiment_status": "<string>"
  },
  "id": "<string>",
  "is_control": true,
  "length": 1,
  "customer_preferences": "<unknown>",
  "metadata": "<unknown>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sequence_id
string
required

Unique identifier of the sequence

Response

Successfully retrieved sequence details

Full details for a specific sequence.

Includes the complete amino acid sequence, metadata, and experiment reference.

aa_string
string
required

Complete amino acid sequence

created_at
string
required

When the sequence was created

experiment
object
required

Experiment containing this sequence

id
string
required

Unique identifier for the sequence

is_control
boolean
required

Whether this sequence is marked as a control

length
integer<int32>
required

Sequence length in amino acids

Required range: x >= 0
customer_preferences
any

Customer-provided preferences for this sequence

metadata
any

Additional metadata (chain info, framework regions, etc.)

name
string | null

Optional name assigned to the sequence