Observation List
https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/observations
Retrieves a Pagination of all Observation objects for this experiment. Observations are sorted in by IDs in descending order (so the newest observations are first).
Request Method: GET
Parameters
Name
Type
Required?
Description
after
string
N
Optional. Returns items with ids after after
.
before
string
N
Optional. Returns items with ids before before
.
limit
int
N
Optional. Limit the number of items returned. The maximum value is 100
Response
Pagination object.
Examples
Basic Observation List Request
Observation List Request with Limit
Last updated