cURL
curl --request GET \ --url 'https://api.example.com/ai/circuit/{circuit_id}/children?HAIQU_API_KEY='
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
This tool is used to get the circuit’s children, normally from transpiled_circuit_ids and compressed_circuit_ids fields.
transpiled_circuit_ids
compressed_circuit_ids
Args: circuit_id: The ID of the circuit to retrieve results for. user (UserModel): User authenticated with api key.
Successful Response