Executes the getMandatoryMetrics function.
cURL
curl --request POST \ --url https://experiments.confidence.dev/v1/workflows/reanalysis/instances/{instance}:getmandatorymetrics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "metadata": [ {} ], "metrics": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
Metadata for the mandatory metrics
The list of mandatory metrics
Was this page helpful?