GET
/
bots
cURL
curl --request GET \
  --url https://www.quikquery.io/api/v1/bots \
  --header 'api-token: <api-key>'
[
  {
    "_id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "docGroup": [
      "<string>"
    ],
    "openaiApiKey": "<string>",
    "isActive": true
  }
]

Authorizations

api-token
string
header
required

Response

200
application/json

bots response

The response is of type object[].