Authorizations
Query Parameters
Required range:
x >= 1Required range:
x >= 0Required range:
1 <= x <= 10000Available options:
asc, desc Available options:
asc, desc curl --request GET \
--url https://core.ravenna.ai/api/kbs \
--header 'x-ravenna-api-token: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"icon": "<string>",
"color": "tomato",
"workspaceId": "<string>",
"ownerId": "<string>",
"syncState": "Queued",
"syncError": "<string>",
"syncProgress": 123,
"syncFrequency": 123,
"global": true,
"queues": [
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>"
}
],
"agents": [],
"kBDocuments": [
{
"id": "<string>",
"name": "<string>",
"syncState": "Queued",
"syncError": "<string>",
"doc_id": "<string>",
"integration": {
"app": "CODA",
"ingestNeeds": "<any>",
"id": "<string>"
}
}
],
"_count": {
"kBDocuments": 123
},
"createdAt": "<string>",
"updatedAt": "<string>",
"lastSyncTS": 123,
"parentId": "<string>",
"archivedAt": "<string>",
"parent": {},
"children": [
{}
]
}
],
"totalCount": 123,
"nextCursor": "<string>"
}curl --request GET \
--url https://core.ravenna.ai/api/kbs \
--header 'x-ravenna-api-token: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"icon": "<string>",
"color": "tomato",
"workspaceId": "<string>",
"ownerId": "<string>",
"syncState": "Queued",
"syncError": "<string>",
"syncProgress": 123,
"syncFrequency": 123,
"global": true,
"queues": [
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>"
}
],
"agents": [],
"kBDocuments": [
{
"id": "<string>",
"name": "<string>",
"syncState": "Queued",
"syncError": "<string>",
"doc_id": "<string>",
"integration": {
"app": "CODA",
"ingestNeeds": "<any>",
"id": "<string>"
}
}
],
"_count": {
"kBDocuments": 123
},
"createdAt": "<string>",
"updatedAt": "<string>",
"lastSyncTS": 123,
"parentId": "<string>",
"archivedAt": "<string>",
"parent": {},
"children": [
{}
]
}
],
"totalCount": 123,
"nextCursor": "<string>"
}Show child attributes
x >= 1x >= 01 <= x <= 10000asc, desc asc, desc Was this page helpful?