List Folder Documents
List owned documents directly contained by an owned folder.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
folder_id
Folder ID.
Query parameters
cursor
Opaque cursor returned by the previous page.
limit
Number of documents to return. Defaults to 50 and cannot exceed 100.
archived
Return archived or active documents. Defaults to false.
type
Optionally filter by document type.
Allowed values:
Response
This endpoint returns an object.
documents
Documents in this page.
next_cursor
Opaque cursor for the next page, or null when this is the last page.
Errors
400
Invalid Cursor
401
Authentication Error
404
Folder Not Found
