Returns all sequences associated with a specific experiment. Results are sorted
by creation date (newest first) and can be searched by name or amino acid content.
Supports pagination via limit and offset query parameters.
Use this endpoint when you need sequences for a single experiment without
filtering the global /sequences list. The response includes the same
SequenceListItem structure as the global endpoint, scoped to the
specified experiment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Experiment identifier
Maximum sequences to return (default: 50)
Number of sequences to skip (default: 0)
Search in sequence name or amino acid content
Sequences for the experiment
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