Skip to main content
GET
/
api
/
v1
/
targets
/
request-custom
/
{request_id}
Get custom target request
curl --request GET \
  --url https://foundry-api-public.adaptyvbio.com/api/v1/targets/request-custom/{request_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "product_id": "<string>",
  "status": "pending_review",
  "updated_at": "2023-11-07T05:31:56Z",
  "material_id": "<string>",
  "molecular_weight": 123,
  "note": "<string>",
  "pdb_file": "<string>",
  "pdb_id": "<string>",
  "product_url": "<string>",
  "sequence": "<string>",
  "vendor": "<string>"
}

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

request_id
string<uuid>
required

Unique identifier of the custom target request

Response

Custom target request details

Full details of a custom target request.

Includes all submitted data: sequence, PDB information, and metadata.

created_at
string<date-time>
required

ISO 8601 timestamp when the request was created

id
string<uuid>
required

Unique identifier for the request

name
string
required

Display name of the target

product_id
string
required

User-provided product identifier

status
enum<string>
required

Current review status

Available options:
pending_review,
approved,
rejected
updated_at
string<date-time>
required

ISO 8601 timestamp when the request was last updated

material_id
string | null

Material ID if the request was approved and linked

molecular_weight
number<double> | null

Molecular weight in kDa if provided

note
string | null

User notes

pdb_file
string | null

Base64-encoded PDB file if provided

pdb_id
string | null

PDB database identifier if provided

product_url
string | null

Vendor product URL

sequence
string | null

Amino acid sequence if provided

vendor
string | null

Vendor name