v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Folders

List Templates Folders

Get the list of folders that contain Templates in your account.

📘

The root folder is not listed in the response.

For the full list of folder operations and their limitations, see Organize Templates and Folders.

get/public/v1/templates/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

OK

Example response

{
  "results": [
    {
      "uuid": "Nq8htXxFssmhRxAPSP4SBP",
      "name": "A new template folder",
      "date_created": "2021-10-15T10:43:04.103331Z"
    }
  ]
}