List samples
Endpoints
List samples
List the calling organization’s samples, the public cohort, or both. Cursor-paginated newest-first; all always emits mine first and de-duplicates owned public samples in favor of the mine representation. Credit-free.
GET
List samples
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
mine, public, all Required range:
1 <= x <= 100Opaque cursor returned as nextCursor; not bound to page size.
Minimum string length:
1Exact tag filter, normalized by trimming and lowercasing. Control characters and commas are rejected.
Required string length:
1 - 50Pattern:
^[^,\u0000-\u001F\u007F]+$