Fetch the typed results of a completed job.
The results shape depends on job_type:
humanization — list of strategy rows, each with the humanized
VH/VL, OASis scores, mutation counts, and liability flags.structure — a single structure row with PDB storage path,
per-residue pLDDT, CDR analysis, and confidence score.stability — a single stability row with ΔΔG matrix, solubility
and thermostability scores, and stabilizing-mutation candidates.immunogenicity — a single immunogenicity row with MHC-I/II and
B-cell epitope predictions and a composite risk score.Calling this before status=completed returns the current status
with empty result arrays; treat status != completed as “keep
polling.”
Cost: read — rate bucket only.
.. deprecated::
Use typed resource endpoints (e.g. GET /v1/humanizations/{id})
for structured results. This endpoint will be removed in /v2.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Completed job envelope + type-specific results.
The response is of type Response Get Job Results V1 Jobs Job Id Results Get · object.