List pipeline results from a share link
Paginated results for one pipeline exposed by a share link. The response shape matches the authed pipeline-results endpoints exactly. Access is gated by the share-link ID and — for email-mode links — a signed compute-API JWT. Pipeline IDs not covered by the link return 404 indistinguishably from unknown links.
Query ParametersExpand Collapse
ReturnsExpand Collapse
ProteinDesignResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 3 more }
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities in the designed complex, including designed and fixed input entities.
Entities in the designed complex, including designed and fixed input entities.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
metrics: object { binding_confidence, helix_fraction, iptm, 4 more } Structural and binding quality metrics for a designed protein binder
Structural and binding quality metrics for a designed protein binder
Confidence that the designed binder binds the target (0-1). Primary metric for hit discovery.
Fraction of the designed sequence forming alpha helices (0-1).
ProteinRedesignResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 3 more }
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities in the designed complex, including designed and fixed input entities.
Entities in the designed complex, including designed and fixed input entities.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
metrics: object { binding_confidence, helix_fraction, iptm, 4 more } Structural and binding quality metrics for a designed protein binder
Structural and binding quality metrics for a designed protein binder
Confidence that the designed binder binds the target (0-1). Primary metric for hit discovery.
Fraction of the designed sequence forming alpha helices (0-1).
ProteinSequenceRedesignResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 4 more } or object { id, artifacts, created_at, 4 more }
BinderProteinDesignResult object { id, artifacts, created_at, 4 more }
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities in the designed complex, including designed and fixed input entities.
Entities in the designed complex, including designed and fixed input entities.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
metrics: object { binding_confidence, helix_fraction, iptm, 4 more } Structural and binding quality metrics for a designed protein binder
Structural and binding quality metrics for a designed protein binder
Confidence that the designed binder binds the target (0-1). Primary metric for hit discovery.
Fraction of the designed sequence forming alpha helices (0-1).
GenericProteinDesignResult object { id, artifacts, created_at, 4 more }
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities in the designed complex, including designed and fixed input entities.
Entities in the designed complex, including designed and fixed input entities.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
ProteinLibraryScreenResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 4 more }
entities: array of object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or object { chain_ids, type, value, 2 more } or 2 moreEntities of the screened complex. Includes both screened and fixed entities from the input.
Entities of the screened complex. Includes both screened and fixed entities from the input.
ProteinEntity object { chain_ids, type, value, 2 more }
RnaEntity object { chain_ids, type, value, 2 more }
DnaEntity object { chain_ids, type, value, 2 more }
metrics: object { binding_confidence, helix_fraction, iptm, 4 more } Structural and binding quality metrics for a screened protein
Structural and binding quality metrics for a screened protein
SmDesignResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 4 more }
artifacts: object { archive, structure, ligand_structure }
metrics: object { binding_confidence, complex_iplddt, complex_plddt, 4 more } Scoring metrics for a designed small molecule
Scoring metrics for a designed small molecule
Confidence that the molecule binds the target (0-1). Primary metric for hit discovery.
Interface pLDDT for the complex (0-1 float). Confidence at the binding interface.
Interface predicted TM score (0-1). Confidence in relative positioning of ligand and protein.
SmScreenResultsResponse object { data, first_id, has_more, last_id }
data: array of object { id, artifacts, created_at, 5 more }
artifacts: object { archive, structure, ligand_structure }
metrics: object { binding_confidence, complex_iplddt, complex_plddt, 4 more } Scoring metrics for a screened small molecule
Scoring metrics for a screened small molecule
Confidence that the molecule binds the target (0-1). Primary metric for hit discovery.
Interface pLDDT for the complex (0-1 float). Confidence at the binding interface.
Interface predicted TM score (0-1). Confidence in relative positioning of ligand and protein.
List pipeline results from a share link
curl https://api.boltz.bio/compute/v1/share/$ID/pipelines/$PIPELINE_ID/results \
-H "x-api-key: $BOLTZ_API_KEY"{
"data": [
{
"id": "id",
"artifacts": {
"archive": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
}
},
"created_at": "2019-12-27T18:11:19.117Z",
"entities": [
{
"chain_ids": [
"string"
],
"type": "protein",
"value": "value",
"cyclic": true,
"modifications": [
{
"residue_index": 0,
"type": "ccd",
"value": "value"
}
]
}
],
"metrics": {
"binding_confidence": 0,
"helix_fraction": 0,
"iptm": 0,
"loop_fraction": 0,
"min_interaction_pae": 0,
"sheet_fraction": 0,
"structure_confidence": 0
},
"warnings": [
{
"code": "code",
"message": "message"
}
]
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id"
}Returns Examples
{
"data": [
{
"id": "id",
"artifacts": {
"archive": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
},
"structure": {
"url": "https://example.com",
"url_expires_at": "2019-12-27T18:11:19.117Z"
}
},
"created_at": "2019-12-27T18:11:19.117Z",
"entities": [
{
"chain_ids": [
"string"
],
"type": "protein",
"value": "value",
"cyclic": true,
"modifications": [
{
"residue_index": 0,
"type": "ccd",
"value": "value"
}
]
}
],
"metrics": {
"binding_confidence": 0,
"helix_fraction": 0,
"iptm": 0,
"loop_fraction": 0,
"min_interaction_pae": 0,
"sheet_fraction": 0,
"structure_confidence": 0
},
"warnings": [
{
"code": "code",
"message": "message"
}
]
}
],
"first_id": "first_id",
"has_more": true,
"last_id": "last_id"
}