Returns all analysis results associated with a specific experiment.
Results appear when the experiment’s results_status field reaches
Partial or All. Supports pagination via limit and offset query
parameters.
Use this endpoint when you need results for a single experiment without
filtering the global /results list. The response includes the same
ResultListItem 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 results to return (default: 50)
Number of results to skip (default: 0)
Results for the experiment
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