Cursor-paginated list of therapeutic candidates in one project, newest-first.
?project_id= is required; cross-org project ids return 404.
Listed envelopes carry linked source_antibody_ids / antigen_ids
— the endpoint hydrates them with two batched junction queries per
page — but not initial_variant_id. That’s only on the create
response; retrieving it for a listing would require an N+1 variants
lookup. Use GET /v1/therapeutic-candidates/{id} or the variants
surface (forthcoming) to enumerate post-creation variants.
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 200