curl --request GET \
--url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID}{
"data": {
"tags": [
"<string>"
],
"documentID": "<string>",
"data": {
"type": "csv",
"name": "<string>",
"rowsCount": 123
},
"updatedAt": "2023-11-07T05:31:56Z",
"status": {
"type": "ERROR",
"data": "<unknown>"
}
},
"chunks": [
{
"chunkID": "<string>",
"content": "<string>",
"metadata": {}
}
],
"metadata": [
{
"key": "<string>",
"values": [
"<string>"
]
}
]
}Get one documents by id
curl --request GET \
--url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID}{
"data": {
"tags": [
"<string>"
],
"documentID": "<string>",
"data": {
"type": "csv",
"name": "<string>",
"rowsCount": 123
},
"updatedAt": "2023-11-07T05:31:56Z",
"status": {
"type": "ERROR",
"data": "<unknown>"
}
},
"chunks": [
{
"chunkID": "<string>",
"content": "<string>",
"metadata": {}
}
],
"metadata": [
{
"key": "<string>",
"values": [
"<string>"
]
}
]
}Was this page helpful?