Lists completed analysis results, sorted by creation date (newest first).
Results appear when an experiment’s results_status field reaches
Partial or All. Paginate with limit (default 50) and offset;
the response includes total for page calculation.
Note: The summary field is empty in list responses for performance.
Use GET /results/{result_id} to retrieve full summary data for a specific result.
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 paginated result listings.
Number of results returned in this page
x >= 0Offset used for pagination
x >= 0Array of full result records
Total number of results matching the query
x >= 0