This endpoint returns a paginated list of pre-validated catalog targets available for use in binding screening and affinity characterization experiments on the Adaptyv Foundry platform.
Catalog targets are pre-validated antigens with:
The response is paginated to handle the catalog efficiently. Use the page
and per_page
parameters to navigate through results.
/experiments
All authenticated users have access to the same catalog view
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Page number to retrieve (defaults to 1)
x >= 0
Number of items per page (defaults to 20, max 100)
x >= 0
Successfully retrieved target list
Paginated response containing a list of targets
This response structure supports pagination for efficiently browsing large catalogs of available targets.