Skip to main content
GET
/
v1alpha1
/
public
/
knowledge-base
/
document
Get many documents
curl --request GET \
  --url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document
{
  "total": 123,
  "data": [
    {
      "tags": [
        "<string>"
      ],
      "documentID": "<string>",
      "data": {
        "type": "csv",
        "name": "<string>",
        "rowsCount": 123
      },
      "updatedAt": "2023-11-07T05:31:56Z",
      "status": {
        "type": "ERROR",
        "data": "<unknown>"
      }
    }
  ]
}

Query Parameters

page
string
limit
string
documentType
enum<string>
Available options:
csv,
pdf,
text,
url,
docx,
table,
xlsx
includeTags
excludeTags
includeAllTagged
string
includeAllNonTagged
string

Response

200 - application/json

Get all agent documents or get many documents by filters

total
number
required
data
object[]
required