cURL
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>" } } ] }
Get all agent documents or get many documents by filters
csv
pdf
text
url
docx
table
xlsx
Show child attributes
Was this page helpful?