Knowledge base
List documents
Every document in the knowledge base, paginated.
GET
https://app.elunos.ai/api/v1/knowledge/documentsReturns every document in the knowledge base. The response is paginated and carries links and meta next to data.
Query parameters
pageintegerPage number, starting at 1. Without it, the first page.
Example
curl https://app.elunos.ai/api/v1/knowledge/documents \\
-H "Authorization: Bearer np_xxxxxxxx"Response
Every document carries id, name, folder_id, sync_status and sync_error. sync_status says whether handover to the voice agents succeeded.