LinkedDataSource

LinkedDataSource
LinkedDataSource

data source when linked to a knowledge base.

JSON Example
{
    "id": "string",
    "state": "string",
    "data_source": {
        "id": "string",
        "origin_url": "string",
        "name": "string",
        "description": "string",
        "type": "string",
        "object": "string",
        "created_at": 0,
        "last_updated_at": 0
    }
}
string As uuid As uuid
id
Required

ID of the link between a knowledge base and a data source.

state
Required

State of the link between a knowledge base and a data source.

Possible values are : NOT_INDEXED, INDEXED, PENDING_UNLINKING, UNLINKING,
data_source
Required

A data source.