GET /public/v1/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.

Servers

Query parameters

Name Type Required Description
page Integer No

Optionally, specify which page of the dataset to return.

count Integer No

Optionally, specify how many folders to return.

Default value: 50

parent_uuid String No

The UUID of the folder containing folders. To list the folders located in the root folder, remove this parameter in the request.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.