---
title: "List Folders in Space root"
method: GET
path: "/spaces/{spaceId}/content/folders"
tags: ["Folders"]
---

# List Folders in Space root

`GET /spaces/{spaceId}/content/folders`

List folders located at the root level of a Space. Filtering or search capabilities are not supported. This only returns the folders at the root level of a Space, without a recursive expansion to child folders.

## Path parameters

- `spaceId` string, uuid, required

## Query parameters

- `limit` integer
- `page` integer
- `sort` string

## Response `200`

OK

- object
  - `_links` CollectionLinks
    - `first` object
      - `href` string — First page of the collection.
    - `prev` object
      - `href` string — Previous page in the collection.
    - `self` object
      - `href` string — Current page of the collection.
    - `next` object
      - `href` string — Next page in the collection.
    - `last` object
      - `href` string — Last page of the collection.
  - `_meta` CollectionMeta
    - `total` integer — Total number of resources in the collection.
  - `_embedded` Folder[]
    - `resourceType` 'PROJECT' | 'FOLDER'
    - `folderId` string, uuid
    - `parentFolderId` string, uuid — Can be missing if the folder is at the root level of the Space
    - `spaceId` string, uuid
    - `name` string, required
    - `numberOfItems` integer
    - `createdAt` string, date-time
    - `lastModifiedAt` string, date-time

## Other responses

- `403` — Insufficient permissions
- `404` — Element was not found

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
