latestOpenAPI 3.1.02026-08-204489152.5 KB

726970fd2992

Folders

List folders

List workspace folders with their parent relationships in one response. Omit nameContains to receive the complete tree. Use this to resolve a folder name or nested path to the folderId accepted by POST /projects.

get/folders

Query parameters

nameContainsstring

Filter folders whose name contains this value (case-insensitive).

Example:finance

Filter folders whose name contains this value (case-insensitive).

Response

List of folders

Example response

{
  "folders": [
    {
      "id": "f35c32cb-a0fb-4136-a58d-54adf8448a98",
      "name": "Finance",
      "createdAt": "2026-08-14T10:30:00.000Z"
    }
  ]
}