Lists validated antigens available for experiments. Each entry includes
vendor and catalog identifiers, plus pricing where self-service pricing
is available.
Pricing: Targets with pricing support instant cost estimation via
/experiments/cost-estimate. Targets without this field require a custom
quote — contact support for pricing on these targets.
Use selfservice_only=true to filter to only targets with pricing configured.
Search by product name with search (case-insensitive substring). Paginate
with limit (default 50, max 100) and offset (default 0); the response
includes total for computing remaining pages. Pass the returned id as
experiment_spec.target_id when creating experiments.
Biscuit-based bearer token. Obtain tokens from the Adaptyv Portal or via the /tokens endpoint. Tokens encode organization membership and role-based capabilities; the API verifies the token's cryptographic signature and authorization claims before processing requests. Use /tokens/attenuate to create restricted tokens for delegation.
Maximum number of items to return (1-100, default 50).
Number of items to skip (default 0).
Free-text search term applied to searchable columns.
Sort expression. Supports multi-column sort (comma-separated, up to 8), JSONB path access, and type casts.
Examples: desc(created_at), desc(created_at),asc(name),
asc(at(metadata,score)), asc(date(at(metadata,start_date)))
When true, returns only targets with self-service pricing configured. Targets without pricing require a custom quote flow.
When true, includes conjugated targets (biotinylated, fluorophore-labeled, etc.) in results. By default, only unconjugated targets are returned.
When true, populates the details block on each target with
enrichment data (gene names, structures, sequence, bioactivity, etc.).
Defaults to false for lightweight listing.
Target list
Paginated list response with offset-based navigation metadata.
All list endpoints return this shape. Use offset and limit query
parameters to page through results; total reports how many items
match the query across all pages.