cURL
curl --request GET \ --url https://api.getarbol.com/v1/documents \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
List all knowledge base documents with their agent assignments.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Documents