cURL
curl --request GET \ --url https://api.equos.ai/v3/knowledge-bases/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "documents": [ { "id": "<string>", "knowledgeBaseId": "<string>", "name": "<string>", "description": "<string>", "size": 123, "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "client": "<string>" }
Knowledge Base ID
Show child attributes