results
List all results available to the authenticated user.
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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
Response
200 - application/json
Successfully retrieved result list
Container for a list of result summaries.
Returns results accessible to the authenticated user.