Returns sequences from all experiments the caller has access to. Results
are sorted by creation date (newest first). Filter by experiment_id to
retrieve sequences for a specific experiment, or use search to match
against sequence names or amino acid content.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of items to return (default: 50)
Number of items to skip (default: 0)
Filter by experiment UUID
Search in sequence name or amino acid content
Successfully retrieved sequence list
Paginated response containing a list of sequences.
Supports pagination via offset/limit and includes total count for UI navigation.
Number of sequences returned in this response
x >= 0Number of sequences skipped (offset)
x >= 0Array of sequence summary items for the current page
Total number of sequences matching the query (across all pages)
x >= 0