Skip to main content
GET
/
v1alpha1
/
public
/
knowledge-base
/
document
/
{documentID}
Get document
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>"
      ]
    }
  ]
}

Path Parameters

documentID
string
required

Response

200 - application/json

Get document by id in the target project

data
object
required
chunks
object[]
metadata
object[]