Skip to main content
GET
Search documents

Authorizations

authorization
string
header
required

Voiceflow API key

Query Parameters

page
string

The page number to retrieve, defaults to 1 (which is the minimum). Order is by the date updated, descending.

limit
string

The number of documents to return per page. Defaults to 10, range is 1-100.

documentType
enum<string>

Filters the document list by type (url, pdf, text, docx). Defaults to all document types.

Available options:
csv,
pdf,
text,
url,
docx,
table,
xlsx,
md
projectEnvironmentIDOrAlias
string

The alias of the environment to target (ie. main). You can find this in the environments page of your agent.

💡 Tip: Learn more about Environments.

Response

200 - application/json

Documents matching the specified criteria.

total
number
required
data
object[]
required