Queued Suggestion List
https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/queued_suggestions
Retrieves a Pagination of all Queued Suggestion objects for this experiment.
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.
Example Request
Last updated