cURL
curl --request POST \ --url 'https://api.example.com/experiments/{experiment_id}/circuits/{circuit_hash}/metrics?HAIQU_API_KEY=' \ --header 'Content-Type: application/json' \ --data '{ "metrics": {} }'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Post user-defined metrics data for the circuit.
Args: experiment_id (str): The parent experiment ID. circuit_hash (str): The HASH of the circuit. user (User): User authenticated with api key.
Returns: 200 OK.
Circuit metrics submit payload data model.
Successful Response