targets
Browse available antigens from the ACROBiosystems catalog
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.
Use Cases
- Browse the full catalog of available antigens
- View pricing and product information
- Find antigens with specific tags or characteristics
- Build target selection interfaces in your application
Pagination
The response is paginated to handle the large catalog efficiently. Use the page
and per_page
parameters to navigate through results.
Example Workflow
- Call this endpoint to get the first page of antigens
- Use the
total
field to determine how many pages exist - Navigate pages using the
page
parameter - Select a target ID and use
/targets/{target_id}
for full details
Note
All authenticated users have access to the same catalog view
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number to retrieve (defaults to 1)
Required range:
x >= 0
Number of items per page (defaults to 20, max 100)
Required range:
x >= 0
Response
200 - application/json
Successfully retrieved target list
Paginated response containing a list of targets
This response structure supports pagination for efficiently browsing large catalogs of available targets.