cURL
curl --request GET \ --url https://api.prd.rad.security/tenants/{tenant_id}/knowledge_base/documents
{ "current_offset": 123, "has_more": true, "total_count": 123, "entries": [ { "id": "<string>", "tenant_id": "<string>", "file_name": "<string>", "status": "<string>", "collections": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "uploaded_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "account_id": "<string>" } ] }
RAD tenant ID
Number of records to return
x >= 1
Requested record offset
x >= 0
The filter query for the collection, in the form of 'key1:value1,key1:value2,key2:value3'
List of documents
A collection of documents
The offset of the currently requested record set
If there are more records available
The total number of records that match the criteria
Show child attributes