cURL
curl --request GET \ --url https://api.anam.ai/v1/knowledge/groups/{id}/documents \ --header 'Authorization: Bearer <token>'
Get all documents in a RAG group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved documents
Was this page helpful?