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

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

Query Parameters

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

Response

data
object