This endpoint returns a paginated list of all available antigen targets from the external ACROBiosystems catalog that can be used in experiments on the Adaptyv Foundry platform.
The response is paginated to handle the large catalog efficiently. Use the page
and per_page
parameters to navigate through results.
total
field to determine how many pages existpage
parameter/targets/{target_id}
for full detailsAll 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.