Knowledge BaseList all the currently existing collections

List all the currently existing collections

curl -X GET "https://api.prd.rad.security/tenants/example_string/accounts/example_string/knowledge_base/collections?limit=50&offset=0" \
  -H "Content-Type: application/json"
{
  "current_offset": 42,
  "has_more": true,
  "total_count": 10,
  "entries": [
    "example_string"
  ]
}
GET
/tenants/{tenant_id}/accounts/{account_id}/knowledge_base/collections
GET
Base URLstring

Target server for requests. Edit to use your own host.

query
limitinteger

Number of records to return

Min: 1
query
offsetinteger

Requested record offset

Min: 0
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Query Parameters

limitinteger

Number of records to return

offsetinteger

Requested record offset

Responses

current_offsetinteger
Required

The offset of the currently requested record set

has_moreboolean
Required

If there are more records available

total_countinteger
Required

The total number of records that match the criteria

entriesstring[]
Required