Folders
List Documents Folders
Get the list of folders which contain Documents in your account.
📘
The root folder is not listed in the response.
For the full list of folder operations and their limitations, see Organize Documents and Folders.
get/public/v1/documents/folders
Query parameters
parent_uuidstring
The UUID of the folder containing folders. To list the folders located in the root folder, remove this parameter in the request.
countinteger
Optionally, specify how many folders to return.
pageinteger
Optionally, specify which page of the dataset to return.
Response
Example response
{
"results": [
{
"uuid": "Nq8htXxFssmhRxAPSP4SBP",
"name": "A new document folder",
"date_created": "2021-10-15T10:43:04.103331Z"
}
]
}