KnowledgeBaseListResponse

KnowledgeBaseListResponse
KnowledgeBaseListResponse

List of knowledge bases.

JSON Example
{
    "object": "string",
    "has_more": false,
    "num_objects": 0,
    "data": [
        {
            "id": "string",
            "name": "string",
            "description": "string",
            "data_origin_type": "string",
            "object": "string",
            "created_at": 0,
            "last_updated_at": 0,
            "next_index_refresh_at": 0,
            "status": "string",
            "num_linked_data_sources": 0,
            "num_linked_agents": 0
        }
    ],
    "first_id": "string",
    "last_id": "string"
}
string
object
Optional
Constraints: default: list

Object type, which is always list.

boolean
has_more
Optional

True, if the server may have more objects than returned in the response.

integer
num_objects
Required

Total number of objects that match the request. Note that this field is populated only if requested by the user (see set_num_objects request parameter).

data
Required

List of knowledge bases.

string As uuid As uuid
first_id
Required

ID of the first element in the list (if any)

string As uuid As uuid
last_id
Required

ID of the last element in the list (if any)