curl --request GET \
--url https://api.equos.ai/v3/knowledge-bases \
--header 'x-api-key: <api-key>'{
"skip": 123,
"take": 123,
"total": 123,
"items": [
{
"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>"
}
]
}curl --request GET \
--url https://api.equos.ai/v3/knowledge-bases \
--header 'x-api-key: <api-key>'{
"skip": 123,
"take": 123,
"total": 123,
"items": [
{
"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>"
}
]
}