Lists experiments accessible to the caller, sorted by creation date (newest first). Experiments progress from submission through review, production, and analysis until results are available.
The response includes only experiments within the caller’s organization
scope. Filter by status for specific workflow stages, by state for
broader groupings, or by search for name/code substring matches.
Date operators (leq, geq, lss, gtr, equ) accept ISO 8601 dates
or timestamps. Paginate with limit and offset; fetch pages until
fewer than limit items return.
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 created_at <= value
Filter by created_at >= value
Filter by created_at < value
Filter by created_at > value
Filter by created_at = value
Case-insensitive search across name, code, and target
Comma-separated list of status names (matches portal labels)
Comma-separated list of higher-level states
Filter by project UUID
Filter by report_eta <= value
Filter by report_eta >= value
Filter by report_eta < value
Filter by report_eta > value
Filter by report_eta = value
Successfully retrieved experiment list
Container for a list of experiment summaries.
Returns experiments accessible to the authenticated user.
Array of experiment summaries