---
title: "Get Folder Info"
method: GET
path: "/spaces/{spaceId}/folders/{folderId}"
tags: ["Folders"]
---

# Get Folder Info

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

Get Folder metadata and current user permissions.

## Path parameters

- `spaceId` string, uuid, required
- `folderId` string, uuid, required

## Response `200`

OK

- 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

- `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)
