cURL
curl --request GET \ --url https://api.prd.rad.security/tenants/{tenant_id}/knowledge_base/collections
{ "current_offset": 123, "has_more": true, "total_count": 123, "entries": [ "<string>" ] }
RAD tenant ID
Number of records to return
x >= 1
Requested record offset
x >= 0
List of collections
A collection of collections that documents have been tagged with
The offset of the currently requested record set
If there are more records available
The total number of records that match the criteria