Skip to main content
Returns documents that have been imported into a project. Uses cursor pagination: if continuation_token is returned, pass it back on the next request to fetch the next page. When the token is absent from the response, you have reached the end.
Permission required: project:doc_list

Path Parameters

string
required
Workspace ID that owns the project.
string
required
Project to list documents from.

Query Parameters

integer
default:"20"
Number of documents per page. Defaults to 20 when omitted.
string
Token returned by the previous call. Omit on the first request.
string
Fuzzy match on document name.

Response

object