LinkedDataSourceBatchCreateResponse

LinkedDataSourceBatchCreateResponse
LinkedDataSourceBatchCreateResponse

Response when batch-linking data sources to a knowledge base.

JSON Example
{
    "succeeded": [
        {
            "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
            }
        }
    ],
    "failed": [
        {
            "target_id": "string",
            "detail": {
                "error_code": "string",
                "loc": [
                    {}
                ],
                "msg": "string",
                "type": "string",
                "value": "string"
            }
        }
    ]
}
succeeded
Required

List of data sources successfully linked to the knowledge base.

failed
Required

List of errors that occurred while linking data sources to the knowledge base.