Skip to main content
GET
/
ai
/
circuit
/
{circuit_id}
/
children
List Children Circuits
curl --request GET \
  --url 'https://api.example.com/ai/circuit/{circuit_id}/children?HAIQU_API_KEY='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

circuit_id
string
required

Response

Successful Response