get_document.
Pass a folderId to narrow the list to one folder. Folder ids come from list_folders.
Input
string (uuid)
Only return documents in this folder. Folder ids come from
list_folders. Omit to list across the whole workspace.integer
Maximum number of documents to return. Defaults to 25; minimum 1, maximum 100.
Output
object[]
required
Notes
- Results are ordered by recency, newest first, whether or not a folder filter is applied. With a
folderId, the folder’s documents are read first and the limit is applied afterwards, so the newest ones survive the cut rather than the oldest. - Documents are never returned from outside the bound workspace, even ones your user account can otherwise reach. See workspace binding.
- The list carries no tickets. Use
get_documentfor a document’s tickets and generation status.