Skip to main content
GET
/
ai
/
qakb
/
algorithms
List Haiqu Algorithms
curl --request GET \
  --url 'https://api.example.com/ai/qakb/algorithms?HAIQU_API_KEY='
{
  "algorithms": [
    {
      "key": "<string>",
      "status": "<string>",
      "runnable": true,
      "description": "<string>",
      "mode": "<string>"
    }
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Response

200 - application/json

Successful Response

Catalog of algorithms an agent can run via get_haiqu_algorithm_recipe.

algorithms
AlgorithmSummary · object[]
required