Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The experiment ID.
Query Parameters
Whether to wait for the experiment to finish. If false, metrics are retrieved from the current job status which may be empty if the job has not started yet.
The maximum time to wait for an experiment to finish in seconds. Only used if sync=true.
Response
200 - */*
OK