Knowledge Base Limitations
# support
e
On a previous ticket, I was told that it was not possible to retrieve more than 100 files through the API. Is it possible for an organization to hold more than 100 files? As long as I kept track of the file ID after upload, would my organization still be able to use that file for knowledge bases? Also, is there a limit to the number of files that can be linked to a knowledge base?
c
Hey there is no limit on number of files you can upload and attach to the KB, the files API doesn't supports pagination yet and eventually your able to retrieve first 100 files only. Using GET /file/:id endpoint you can get any file.
9 Views