Returns completed analysis results from finished experiments. Results are sorted by creation date (newest first) and include metadata to help identify relevant results. Use the result ID to fetch detailed data and downloadable packages.
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
Successfully retrieved result list
Container for a list of result summaries.
Returns results accessible to the authenticated user.